Initial CMorphBall matches

This commit is contained in:
2025-11-27 12:42:49 -08:00
parent d7939b04b5
commit 2f0b7cb9ec
6 changed files with 143 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _CMORPHBALLSHADOW
#define _CMORPHBALLSHADOW
class CMorphBallShadow {
public:
CMorphBallShadow();
~CMorphBallShadow();
};
#endif // _CMORPHBALLSHADOW