summaryrefslogtreecommitdiff
path: root/config_host/config_box2d.h.in
blob: 4319878666237022216708a84d621c7c0770b6b8 (plain)
1
2
3
4
5
6
7
#ifndef CONFIG_BOX2D_H
#define CONFIG_BOX2D_H

/* Box2D/Box2D.h is 2.3, 2.4 has box2d/box2d.h */
#define BOX2D_HEADER <box2d/box2d.h>

#endif