MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / DLL_GetFileName

Method DLL_GetFileName

neo/sys/sys_local.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void idSysLocal::DLL_GetFileName( const char *baseName, char *dllName, int maxLength ) {
93 idStr::snPrintf( dllName, maxLength, "%s" BUILD_LIBRARY_SUFFIX, baseName );
94}
95
96sysEvent_t idSysLocal::GenerateMouseButtonEvent( int button, bool down ) {
97 sysEvent_t ev;

Callers 2

LoadGameDLLMethod · 0.45
FindDLLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected