Remove old interface.h

This commit is contained in:
PixieCore 2022-04-26 15:57:44 +02:00
parent 34502e5147
commit 8fc2e03772

View File

@ -1,4 +0,0 @@
#pragma once
typedef void* (*CreateInterfaceFn)(const char* pName, int* pReturnCode);
typedef void* (*InstantiateInterfaceFn)();