mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-13 05:57:10 +03:00
11 lines
219 B
C++
11 lines
219 B
C++
#include "GLRage.hpp"
|
|
|
|
#include <glrage_util/Logger.hpp>
|
|
|
|
using namespace glrage;
|
|
|
|
BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved)
|
|
{
|
|
LOG_TRACE("%p,%d", hInst, dwReason);
|
|
return TRUE;
|
|
}
|