00001 /********************* 00002 * Untitledurpose 00003 * uthor 00004 **********************/ 00005 #pragma once 00006 #include "constants.h" 00007 #include "GObject.h" 00008 #include <math.h> 00009 00010 class GMathObject : public GObject 00011 { 00012 };