ephysics: trying to fix build on Windows.

This commit is contained in:
Cedric BAIL 2015-04-28 10:59:35 +02:00
parent aa057fd63d
commit 92568eee9d
2 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,8 @@
#include <math.h>
#include "ephysics_private.h"
#include "ephysics_trimesh.h"
#include "ephysics_private.h"
#include "ephysics_body_materials.h"
#ifdef __cplusplus

View File

@ -2,10 +2,11 @@
# include <config.h>
#endif
#include "ephysics_private.h"
#include <Ecore.h>
#include <Evas.h>
#include "ephysics_private.h"
#ifdef __cplusplus
extern "C" {
#endif