rtop
include
params.h
Go to the documentation of this file.
1
#include <map>
2
3
#ifndef PARAMS_H_
4
#define PARAMS_H_
5
6
namespace
rtop
7
{
8
int
POLL_INTVL
= 1000;
9
bool
EXIT
=
false
;
10
int
KEY_INPUT
= 0;
11
std::map<int, std::pair<int,int>>
colors
;
12
}
// rtop
13
14
15
16
#endif // PARAMS_H_
rtop::colors
std::map< int, std::pair< int, int > > colors
Definition:
params.h:11
rtop::POLL_INTVL
int POLL_INTVL
Definition:
params.h:8
rtop::KEY_INPUT
int KEY_INPUT
Definition:
params.h:10
rtop::EXIT
bool EXIT
Definition:
params.h:9
rtop
Definition:
action.h:7
Generated by
1.8.15