Export SelectionsAdd/Remove per request

This commit is contained in:
UnknownShadow200 2020-06-22 14:38:16 +10:00
parent f41ff742bd
commit c08918436d

View File

@ -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