I don't like melo anymore

This commit is contained in:
rjindael 2023-07-13 18:35:09 -07:00
parent cf8ef3f1b2
commit bc5536d595
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 1 deletions

View File

@ -97,5 +97,5 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
}
#ifdef SERVER
void __declspec(dllexport) melo() {}
void __declspec(dllexport) entrypoint() {}
#endif