Almost match ~CPlayerGun

Former-commit-id: c332d1ef47
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-06 14:04:05 +03:00
parent ba9faeb44c
commit f9c75b90ee
6 changed files with 48 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ class CWorldShadow {
public:
CWorldShadow(uint w, uint h, bool rgba8);
~CWorldShadow();
};
CHECK_SIZEOF(CWorldShadow, 0x8c)