IWeaponRender decomp (can't link yet)

Former-commit-id: 0e20e67870
This commit is contained in:
2022-07-25 21:36:32 -07:00
parent 39a2c3c8cb
commit 509dc4d622
8 changed files with 128 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __CLIGHT_HPP__
#define __CLIGHT_HPP__
class CLight {
};
#endif // __CLIGHT_HPP__