remake - v1

This commit is contained in:
2026-08-10 14:21:28 +02:00
parent 1ecb7f777e
commit f1a5250613
7 changed files with 517 additions and 28 deletions

View File

@@ -116,4 +116,3 @@ void* CModule::FindInterface(const char* name) const
return nullptr;
return fn(name, nullptr);
}