mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
72edf1c720
many unused functions and variables are now commented out You'll still get tons of warnings, which should mostly fall in one of the following categories: 1. Unnecessary variables or values generated from .es scripts 2. Pointers assigned to from functions with side-effects: DO NOT REMOVE! Like CEntity *penNew = CreateEntity_t(...); - even if penNew isn't used, CreateEntity() must be called there! |
||
---|---|---|
.. | ||
ArrayHolder.cpp | ||
ArrayHolder.h | ||
Terrain.cpp | ||
Terrain.h | ||
TerrainArchive.cpp | ||
TerrainArchive.h | ||
TerrainEditing.cpp | ||
TerrainEditing.h | ||
TerrainLayer.cpp | ||
TerrainLayer.h | ||
TerrainMisc.cpp | ||
TerrainMisc.h | ||
TerrainRayCasting.cpp | ||
TerrainRayCasting.h | ||
TerrainRender.cpp | ||
TerrainRender.h | ||
TerrainTile.cpp | ||
TerrainTile.h |