mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 10:05:44 -04:00
Export SelectionsAdd/Remove per request
This commit is contained in:
parent
f41ff742bd
commit
c08918436d
@ -9,6 +9,6 @@ struct IGameComponent;
|
|||||||
extern struct IGameComponent Selections_Component;
|
extern struct IGameComponent Selections_Component;
|
||||||
|
|
||||||
void Selections_Render(void);
|
void Selections_Render(void);
|
||||||
void Selections_Add(cc_uint8 id, const IVec3* p1, const IVec3* p2, PackedCol col);
|
CC_API void Selections_Add(cc_uint8 id, const IVec3* p1, const IVec3* p2, PackedCol col);
|
||||||
void Selections_Remove(cc_uint8 id);
|
CC_API void Selections_Remove(cc_uint8 id);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user