bottleye/BottlEye/singleton.hpp
2020-07-07 15:42:10 +02:00

7 lines
98 B
C++

#pragma once
#include "emulator.hpp"
namespace singleton
{
extern battleye::emulator emulator;
}