Rename Component_Physics.h includes
This commit is contained in:
parent
bff2b8aee9
commit
e6bf0bfa61
2
Entity.h
2
Entity.h
@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "util/vector.h"
|
||||
#include "Component_Physics.h"
|
||||
#include "Physics_Component.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "Component_Physics.h"
|
||||
#include "Physics_Component.h"
|
||||
#include "Entity.h"
|
||||
#include "Types.h"
|
||||
#include "util/tree.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "Component_Physics.h"
|
||||
#include "Physics_Component.h"
|
||||
#include "Entity.h"
|
||||
#include "Types.h"
|
||||
#include "util/tree.h"
|
||||
|
Loading…
Reference in New Issue
Block a user