18 lines
248 B
C++
18 lines
248 B
C++
|
#include "CanvasLiveClient.h"
|
||
|
|
||
|
CanvasLiveClient::CanvasLiveClient()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void CanvasLiveClient::canvasResized(int, int)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void CanvasLiveClient::canvasCleared(const Color &)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void CanvasLiveClient::canvasPainted(int, int, const Color &)
|
||
|
{
|
||
|
}
|