MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / project_get

Function project_get

TheForceEngine/TFE_Editor/editorProject.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 void parseProjectValue(const char* key, const char* value);
50
51 Project* project_get()
52 {
53 return &s_curProject;
54 }
55
56 void project_close()
57 {

Callers 15

drawTitleFunction · 0.85
menuFunction · 0.85
level_createEmptyFunction · 0.85
infoPanelFunction · 0.85
drawInfoPanelFunction · 0.85
buildProjectAssetListFunction · 0.85
updateAssetListFunction · 0.85
importSelectedFunction · 0.85
loadFromTFLFunction · 0.85
saveLevelFunction · 0.85
exportGobFunction · 0.85
exportLevelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected