Primer commit!
This commit is contained in:
21
modulestaticscreen.h
Normal file
21
modulestaticscreen.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "info.h"
|
||||
|
||||
class ModuleStaticScreen {
|
||||
|
||||
public:
|
||||
|
||||
ModuleStaticScreen( Info* info );
|
||||
~ModuleStaticScreen(void);
|
||||
|
||||
int Go();
|
||||
|
||||
private:
|
||||
|
||||
void doIcekas();
|
||||
void doLogo();
|
||||
|
||||
Info* info;
|
||||
int contador;
|
||||
};
|
||||
Reference in New Issue
Block a user