Moves topic return value defines to where they are usable everywhere.

This commit is contained in:
Leshana
2020-04-01 20:36:00 -04:00
parent 896c2bf6b8
commit 23482e88fa
2 changed files with 7 additions and 6 deletions
@@ -1,9 +1,3 @@
#define TOPIC_NOACTION 0
#define TOPIC_HANDLED 1
#define TOPIC_REFRESH 2
#define TOPIC_UPDATE_PREVIEW 4
#define TOPIC_REFRESH_UPDATE_PREVIEW (TOPIC_REFRESH|TOPIC_UPDATE_PREVIEW)
#define PREF_FBP_CYBORG "cyborg"
#define PREF_FBP_POSI "posi"
#define PREF_FBP_SOFTWARE "software"