Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user