mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 17:11:19 +00:00
12 lines
204 B
C++
12 lines
204 B
C++
#ifndef _CTHARDUSROCKPROJECTILE
|
|
#define _CTHARDUSROCKPROJECTILE
|
|
|
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
|
|
|
class CThardusRockProjectile : public CPatterned {
|
|
|
|
};
|
|
|
|
|
|
#endif // _CTHARDUSROCKPROJECTILE
|