TerraForge3D  2.3.1
3D Terrain And Landscape Generator
Platform.h
1#pragma once
2
3#ifdef TERR3D_WIN32
4
5#define PATH_SEPARATOR "\\"
6
7#else
8
9#define PATH_SEPARATOR "/"
10
11#endif