mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 08:31:21 +00:00
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
|