00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef TICKOBSERVER_H_ 00012 #define TICKOBSERVER_H_ 00013 00014 namespace Engine 00015 { 00016 00017 namespace Physics 00018 { 00019 00026 class TickObserver 00027 { 00028 public: 00030 virtual void posttick() = 0; 00032 virtual void set_forces(){}; 00033 }; 00034 00035 } 00036 00037 } 00038 00039 #endif /*TICKOBSERVER_H_*/
Generated at Mon Sep 6 00:41:12 2010 by Doxygen version 1.4.7 for Racer version svn335.