Files
2026-07-17 15:30:29 +01:00

7 lines
85 B
C++

#include "HydraGameProxy.h"
bool HydraGameProxy::Initialise()
{
return false;
}