EightBit/src/Device.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
90 B
C++

#include "stdafx.h"
#include "../inc/Device.h"
DEFINE_PIN_LEVEL_CHANGERS(POWER, Device);