- the big mergecheit
This commit is contained in:
13
zx_128pageviewer.h
Normal file
13
zx_128pageviewer.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "z80viewer.h"
|
||||
|
||||
class zx_128pageviewer : public z80viewer
|
||||
{
|
||||
public:
|
||||
void show();
|
||||
void refresh();
|
||||
void hide();
|
||||
void focus();
|
||||
|
||||
bool handleEvent(SDL_Event *e);
|
||||
};
|
||||
Reference in New Issue
Block a user