Update of /cvsroot/devmaster/engine/world_engine
In directory sc8-pr-cvs1:/tmp/cvs-serv28797/world_engine
Modified Files:
world_object.h
Log Message:
updated the #include
Index: world_object.h
===================================================================
RCS file: /cvsroot/devmaster/engine/world_engine/world_object.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** world_object.h 23 Jun 2003 00:25:13 -0000 1.1
--- world_object.h 23 Jun 2003 00:40:44 -0000 1.2
***************
*** 6,9 ****
--- 6,15 ----
email: bertobot at cox dot net
+ LICENSE:
+ I choose to release this file under the GPL.
+
+ you may use this any portion of code freely for non-commercial use
+ as long as you appropriately cite portions of code used.
+
world_object is just a virtual class used to act as a parent class
for the relevant objects in the world.
|