1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 05:56:46 +02:00

move define

This commit is contained in:
Jfreegman
2013-09-09 15:33:15 -04:00
parent 4fc063d5fe
commit f50f93ee81
3 changed files with 5 additions and 6 deletions

View File

@ -20,6 +20,8 @@
/* number of permanent default windows */
#define N_DEFAULT_WINS 3
#define UNKNOWN_NAME "Unknown"
#ifndef TOXICVER
#define TOXICVER "NOVER" //Use the -D flag to set this
#endif