1
1
forked from 0ad/0ad
Go to file
olsner 09f47d6820 Core Classes Reorganization:
- g_Terrain and g_Camera totally eradicated as globals, is now m_Terrain
of CWorld and m_Camera of CGameView
- terrainMain.cpp is almost completely empty with functionality moved
into the relevant core classes
- Miscellaneous global functions moved into Core Classes (mostly
GameView)

This was SVN commit r865.
2004-07-31 15:57:18 +00:00
binaries test track 2004-07-28 11:17:01 +00:00
source Core Classes Reorganization: 2004-07-31 15:57:18 +00:00
terrain Initial revision 2003-11-03 16:17:21 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00