Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Rubberduckycooly
GitHub Repository: Rubberduckycooly/RSDKv5-Decompilation
Path: blob/master/RSDKv5/RSDK/Graphics/Legacy/SpriteLegacy.hpp
1174 views
1
2
namespace Legacy
3
{
4
5
int32 AddGraphicsFile(const char *filePath);
6
void RemoveGraphicsFile(const char *filePath, int32 sheetID);
7
8
} // namespace Legacy
9