- // Copyright (c) 2008-2023 the Urho3D project
- // License: MIT
- #ifdef __cplusplus
- #ifndef URHO3D_PCH_INCLUDED
- #define URHO3D_PCH_INCLUDED
- #include "Container/HashMap.h"
- #include "Container/HashSet.h"
- #include "Container/Sort.h"
- #include "Container/Str.h"
- #endif
- #endif
|