Precompiled.h 273 B

12345678910111213141516
  1. // Copyright (c) 2008-2023 the Urho3D project
  2. // License: MIT
  3. #ifdef __cplusplus
  4. #ifndef URHO3D_PCH_INCLUDED
  5. #define URHO3D_PCH_INCLUDED
  6. #include "Container/HashMap.h"
  7. #include "Container/HashSet.h"
  8. #include "Container/Sort.h"
  9. #include "Container/Str.h"
  10. #endif
  11. #endif