mirror of https://github.com/PrimeDecomp/prime.git
12 lines
160 B
C++
12 lines
160 B
C++
|
#ifndef _CPUDDLETOAD
|
||
|
#define _CPUDDLETOAD
|
||
|
|
||
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
||
|
|
||
|
class CPuddleToad : public CPatterned {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif // _CPUDDLETOAD
|