summaryrefslogtreecommitdiff
path: root/endless/types.h
blob: a572d7c74d30107695d9f9ce845609c6ac6c8eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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"

/* Shared typedefs for structures */

#endif /* EOS_TYPES_H */