1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-16 14:06:35 +01:00

Only include python libs when necessary

This commit is contained in:
jfreegman
2017-06-06 19:03:40 -04:00
parent 56a9571509
commit 922c184195
4 changed files with 12 additions and 2 deletions

View File

@@ -26,7 +26,10 @@
#include "toxic.h"
#include "help.h"
#include "misc_tools.h"
#ifdef PYTHON
#include "api.h"
#endif /* PYTHON */
#ifdef PYTHON
#define HELP_MENU_HEIGHT 10