| 
                Last change
                  on this file since 3333 was
                  3249,
                  checked in by patrick, 21 years ago
           | 
        
        
          | 
               
oroxnox/branches/parenting: implemented some functions like update(), should now incremently go through the PNode tree 
 
           | 
        
        | 
            File size:
            501 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [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] | 19 | using namespace std; | 
|---|
| [1850] | 20 |  | 
|---|
| [3249] | 21 | long DataTank::timeStamp = 0; | 
|---|
 | 22 |  | 
|---|
| [1850] | 23 | DataTank::DataTank () {} | 
|---|
 | 24 | DataTank::~DataTank () {} | 
|---|
 | 25 |  | 
|---|
 | 26 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.