Add externs to interface and class headers.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe
2016-12-20 20:09:50 +00:00
parent c40361343c
commit 66f7ff9b8e
16 changed files with 48 additions and 16 deletions

View File

@@ -5,4 +5,6 @@ class IVDebugOverlay {
bool ScreenPosition(const Vector& world, Vector& screen) {
return GetVirtualFunction<int(*)(IVDebugOverlay*, const Vector&, Vector&)>(this, 9)(this, world, screen) == 0;
}
};
};
extern IVDebugOverlay* debugoverlay;