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

Function getRecentProjects

TheForceEngine/TFE_Editor/editor.cpp:1199–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197 }
1198
1199 std::vector<RecentProject>* getRecentProjects()
1200 {
1201 return &s_recents;
1202 }
1203
1204 void listSelection(const char* labelText, const char** listValues, size_t listLen, s32* index, s32 comboOffset/*=96*/, s32 comboWidth/*=0*/)
1205 {

Callers 1

saveConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected