Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "Terrain.h"
#include "TerrainApron.h"
#include "TerrainClouds.h"
#include "TerrainLayer.h"
#include "TerrainPatch.h"
#include "TerrainRegion.h"
#include "Water.h"
#include "CameraView.h"
#include "Projector.h"
#include "Scene.h"
#include "Bitmap.h"
#include "DataLoader.h"
#include "Game.h"
#include "MachineInfo.h"
Go to the source code of this file.
Variables | |
const int | PATCH_SIZE = 16 |
const int PATCH_SIZE = 16 |
Definition at line 35 of file Terrain.cpp.