144 static const string getPathName(
const string& fileName);
151 static const string getFileName(
const string& fileName);
217 static bool hasFileExtension(
const string& fileName,
const vector<string>& extensions);
226 for (
const auto& extension: extensions) {
227 if (result.empty() ==
false) result+=
", ";
228 result+=
"*." + extension;
Application base class, please make sure to allocate application on heap to have correct application ...
Color 4 definition class.
Representation of a 3D model.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Vector3 class representing vector3 mathematical structure and operations with x, y,...
Vector4 class representing vector4 mathematical structure and operations with x, y,...
#define STATIC_DLL_IMPEXT