EightBit/src/EventArgs.cpp
Adrian Conlon d199adb027 Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h")
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-05-29 10:31:32 +01:00

5 lines
101 B
C++

#include "stdafx.h"
#include "../inc/EventArgs.h"
EightBit::EventArgs EightBit::EventArgs::m_empty;