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

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

#ifndef EOS_TYPES_H
#define EOS_TYPES_H

#include "enums.h"
#include "macros.h"
#include "apiversion.h"

#include <glib-object.h>

/* Shared typedefs for structures */

#endif /* EOS_TYPES_H */