Enlightenment CVS committal Author : ningerso Project : e17 Module : proto
Dir : e17/proto/e_phys/src/lib Modified Files: E_Phys.h Log Message: Move struct to fix build on OS X. =================================================================== RCS file: /cvs/e/e17/proto/e_phys/src/lib/E_Phys.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- E_Phys.h 17 Sep 2006 22:59:16 -0000 1.2 +++ E_Phys.h 18 Sep 2006 05:47:02 -0000 1.3 @@ -5,6 +5,11 @@ #include <stdio.h> #include <math.h> +struct _E_Phys_Point +{ + float x, y; +}; + typedef struct _E_Phys_Point E_Phys_Point; typedef struct _E_Phys_Point E_Phys_Vector; typedef struct _E_Phys_Particle E_Phys_Particle; @@ -73,11 +78,6 @@ #define E_PHYS_CONSTRAINT(x) ((E_Phys_Constraint *)x) #define E_PHYS_FORCE(x) ((E_Phys_Force *)x) - -struct _E_Phys_Point -{ - float x, y; -}; struct _E_Phys_Particle { E_Phys_World *world; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs