summaryrefslogtreecommitdiff
path: root/endless/eostypes.h
blob: 1feaf48873b7407e5a7098e76200e0a8d19c1181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2013 Endless Mobile, Inc. */

#ifndef EOS_TYPES_H
#define EOS_TYPES_H

#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif

#include "eosenums.h"
#include "eosmacros.h"
#include "eosversion.h"

#include <glib-object.h>

/* Shared typedefs for structures */

#endif /* EOS_TYPES_H */