mirror of https://github.com/PrimeDecomp/prime.git
9 lines
157 B
C++
9 lines
157 B
C++
|
#ifndef _CFLICKERBAT
|
||
|
#define _CFLICKERBAT
|
||
|
|
||
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
||
|
|
||
|
class CFlickerBat : public CPatterned {};
|
||
|
|
||
|
#endif // _CFLICKERBAT
|