Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/src/lib/data/data_tank.cc @ 3498

Last change on this file since 3498 was 3498, checked in by bensch, 19 years ago

orxonox/branches/trackManager: merged trunk back to tracManager R3440:3497 → 3498
merged with command:
svn merge ../trunk/ trackManager/ -r 3430:HEAD
conflicts resolved in favor of the Trunk

File size: 501 bytes
Line 
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.
11
12   Copyright by: Patrick Boenzli
13   Fixes by:
14*/
15
16
17#include "data_tank.h"
18
19using namespace std;
20
21long DataTank::timeStamp = 0;
22
23DataTank::DataTank () {}
24DataTank::~DataTank () {}
25
26
Note: See TracBrowser for help on using the repository browser.