ManaPlus
Data Structures | Variables
game.h File Reference

(986a3bf)

#include "enums/input/inputaction.h"
#include <string>
#include "localconsts.h"
#include <SDL_events.h>

Go to the source code of this file.

Data Structures

struct  LastKey
 
class  Game
 

Variables

static const int MAX_LASTKEYS = 10
 
volatile time_t cur_time
 
bool mStatsReUpdated
 

Variable Documentation

◆ cur_time

volatile time_t cur_time
extern

Definition at line 58 of file timer.cpp.

◆ MAX_LASTKEYS

const int MAX_LASTKEYS = 10
static

Definition at line 38 of file game.h.

Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().

◆ mStatsReUpdated

bool mStatsReUpdated
extern

Definition at line 161 of file game.cpp.