mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-03-31 14:22:54 -07:00
47a12b876a
Former-commit-id: dd62a7eaa0
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
|