mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
cleaning up d_a_dummy
This commit is contained in:
@@ -14,7 +14,7 @@ namespace daDummy {
|
||||
bool _execute();
|
||||
bool _draw();
|
||||
|
||||
virtual ~Act_c();
|
||||
virtual ~Act_c() {}
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
|
||||
@@ -52,9 +52,6 @@ bool daDummy::Act_c::_draw() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
inline daDummy::Act_c::~Act_c() {}
|
||||
|
||||
|
||||
namespace daDummy {
|
||||
namespace {
|
||||
s32 Mthd_Create(void* i_this) {
|
||||
|
||||
Reference in New Issue
Block a user