diff options
Diffstat (limited to 'include/EASTL/version.h')
-rw-r--r-- | include/EASTL/version.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/EASTL/version.h b/include/EASTL/version.h new file mode 100644 index 0000000..0dee15f --- /dev/null +++ b/include/EASTL/version.h @@ -0,0 +1,15 @@ +///////////////////////////////////////////////////////////////////////////// +// Copyright (c) Electronic Arts Inc. All rights reserved. +///////////////////////////////////////////////////////////////////////////// + +#ifndef EASTL_VERSION_H +#define EASTL_VERSION_H + +#include <EABase/eabase.h> +#if defined(EA_PRAGMA_ONCE_SUPPORTED) + #pragma once +#endif + +#include <EASTL/internal/config.h> + +#endif |