mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-28 19:51:21 +00:00
11 lines
151 B
C++
11 lines
151 B
C++
#ifndef _CJELLYZAP
|
|
#define _CJELLYZAP
|
|
|
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
|
|
|
class CJellyZap : public CPatterned {
|
|
|
|
};
|
|
|
|
#endif // _CJELLYZAP
|