Nugget
version.h
1 // Copyright (c) Electronic Arts Inc. All rights reserved.
4 
5 #ifndef EASTL_VERSION_H
6 #define EASTL_VERSION_H
7 
8 #include <EABase/eabase.h>
9 #if defined(EA_PRAGMA_ONCE_SUPPORTED)
10  #pragma once
11 #endif
12 
13 #include <EASTL/internal/config.h>
14 
15 #endif