source: GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Environment.cpp @ 2825

Revision 2825, 160 bytes checked in by mattausch, 16 years ago (diff)
Line 
1#include "Environment.h"
2
3
4using namespace std;
5
6
7namespace CHCDemoEngine
8{
9
10bool Environment::Read(const string &filename)
11{
12        return true;
13}
14
15}
Note: See TracBrowser for help on using the repository browser.