16 lines
185 B
C++
16 lines
185 B
C++
#include "ButtonListener.h"
|
|
|
|
|
|
ButtonListener::ButtonListener()
|
|
{
|
|
}
|
|
|
|
ButtonListener::~ButtonListener(void)
|
|
{
|
|
}
|
|
|
|
void ButtonListener::onButton1MouseClick(BaseButtonInstance* button)
|
|
{
|
|
}
|
|
|