Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/chris/src/data_tank.cc @ 2627

Last change on this file since 2627 was 2068, checked in by chris, 20 years ago

orxonox/branches/chris: First snippet of the totally revamped base system… perhaps a bit confusing at the moment, but when finished theoretically you only have to subclass the worldentity and track classes to create the game content (even the menu will be a WorldEntity I suppose)

File size: 470 bytes
RevLine 
[1850]1
2/*
3   orxonox - the future of 3D-vertical-scrollers
4
5   Copyright (C) 2004 orx
6
7   This program is free software; you can redistribute it and/or modify
8   it under the terms of the GNU General Public License as published by
9   the Free Software Foundation; either version 2, or (at your option)
10   any later version.
[1855]11
12   Copyright by: Patrick Boenzli
13   Fixes by:
[1850]14*/
15
16
17#include "data_tank.h"
18
[1856]19using namespace std;
[1850]20
21DataTank::DataTank () {}
22DataTank::~DataTank () {}
23
24
Note: See TracBrowser for help on using the repository browser.