mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
17 lines
268 B
C++
17 lines
268 B
C++
#ifndef D_A_OBJ_UNDERGROUND_H
|
|
#define D_A_OBJ_UNDERGROUND_H
|
|
|
|
#include "d/a/obj/d_a_obj_base.h"
|
|
|
|
class dAcOUnderground_c : public dAcObjBase_c {
|
|
public:
|
|
dAcOUnderground_c() {}
|
|
virtual ~dAcOUnderground_c() {}
|
|
|
|
void fn_458_9D0(u16, u16);
|
|
|
|
private:
|
|
};
|
|
|
|
#endif
|