I hate the linker
This commit is contained in:
8
MenuButtonListener.h
Normal file
8
MenuButtonListener.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "buttonlistener.h"
|
||||
class MenuButtonListener :
|
||||
public ButtonListener
|
||||
{
|
||||
public:
|
||||
void onButton1MouseClick(BaseButtonInstance*);
|
||||
};
|
||||
Reference in New Issue
Block a user