You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
defender-control/src/defender-control/settings.hpp

10 lines
158 B
C++

#pragma once
#define DBG_MSG (1 << 0)
#define DEFENDER_ENABLE 1
#define DEFENDER_DISABLE 2
#define DEFENDER_GUI 3
#define DEFENDER_CONFIG DEFENDER_DISABLE