Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
src
client
app
Wizard.h
1
#ifndef WIZARDUI_WIZARD_H
2
#define WIZARDUI_WIZARD_H
3
4
#include <wx/wx.h>
5
#include "../windows/GameWindow.h"
6
#include "../GameController.h"
7
8
9
// Main app class
10
class
Wizard
:
public
wxApp
11
{
12
public
:
13
virtual
bool
OnInit();
14
};
15
16
17
#endif
//WIZARDUI_WIZARD_H
Wizard
Definition
Wizard.h:11
Generated by
1.12.0