add hybrid code of gta5sync/gta5view

This commit is contained in:
Rafael 2017-01-27 01:53:14 +01:00
parent 78df09d1dd
commit 6b1d5b6d1d
3 changed files with 16 additions and 9 deletions

View file

@ -28,9 +28,17 @@
#define GTA5SYNC_APPVENDORLINK "https://github.com/Syping/"
#endif
#ifndef GTA5SYNC_DISABLED
#define GTA5SYNC_ENABLED
#endif
#ifndef GTA5SYNC_APPSTR
#ifdef GTA5SYNC_ENABLED
#define GTA5SYNC_APPSTR "gta5sync"
#else
#define GTA5SYNC_APPSTR "gta5view"
#endif
#endif
#ifndef GTA5SYNC_APPDES
#define GTA5SYNC_APPDES "INSERT YOUR APPLICATION DESCRIPTION HERE"