summaryrefslogtreecommitdiff
path: root/endless/enums.h
blob: b85cde34eaeaceb049efe162e8cac0150aa42b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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_ENUMS_H
#define EOS_ENUMS_H

/* Shared typedefs for enumerations */

#endif /* EOS_ENUMS_H */