1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Loose typedef

This commit is contained in:
Ethan Lee 2020-01-13 11:18:25 -05:00
parent 9758290cf3
commit c1fb67707d

View file

@ -12,8 +12,6 @@ DECLARE_BACKEND(STEAM)
DECLARE_BACKEND(GOG) DECLARE_BACKEND(GOG)
#undef DECLARE_BACKEND #undef DECLARE_BACKEND
typedef intptr_t (*SteamInternal_CreateInterfaceFunc)(const char*);
typedef struct NetworkBackend typedef struct NetworkBackend
{ {
int32_t IsInit; int32_t IsInit;