Add CExplosion

Former-commit-id: 147e46d2e8
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-27 02:26:12 +02:00
parent e9cef16ff2
commit bd758edeb9
22 changed files with 235 additions and 66 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _CCUBEMODEL
#define _CCUBEMODEL
class CCubeModel {
public:
static void SetRenderModelBlack(bool v);
};
#endif // _CCUBEMODEL