summaryrefslogtreecommitdiff
path: root/endless/eosversion.h
blob: 318413c66cf0645201e92c4105c95c0f9daffd22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2013 Endless Mobile, Inc. */

#ifndef API_VERSION_H
#define API_VERSION_H

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

#define EOS_SDK_ALL_API_VERSIONS

#endif /* API_VERSION_H */