Pokebot
Pokemon FireRed bot
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
Action
PressButton.hh
Go to the documentation of this file.
1
#ifndef __ACTION_PRESSBUTTON_HH__
2
#define __ACTION_PRESSBUTTON_HH__
3
4
#include "
Data.hh
"
5
#include "
AAction.hh
"
6
#include "
PokemonUtils.hh
"
7
#include "../vbam/gba/Globals.h"
8
#include "../vbam/sdl/SDLGlobals.h"
9
10
namespace
Action
11
{
12
class
PressButton
:
public
AAction
13
{
14
public
:
15
PressButton
(EKey key);
16
~PressButton
();
17
18
private
:
19
void
_init();
20
void
_update();
21
22
private
:
23
EKey _key;
24
};
25
};
26
27
#endif
PokemonUtils.hh
AAction.hh
Action::PressButton
Definition:
PressButton.hh:12
Action
Definition:
AAction.hh:12
Data.hh
Action::PressButton::PressButton
PressButton(EKey key)
Definition:
PressButton.cpp:10
Action::PressButton::~PressButton
~PressButton()
Definition:
PressButton.cpp:15
AAction
Definition:
AAction.hh:24
Generated on Fri Nov 21 2014 12:06:55 for Pokebot by
1.8.8