Make HbTarget's hbl version less messy

This commit is contained in:
XorTroll 2020-01-25 18:23:03 +01:00
parent d6cf70732f
commit f086264fb5

View file

@ -3,13 +3,8 @@
#include <stdlib.h>
#include <stdio.h>
#define _HBTARGET_STR(x) #x
#define HBTARGET_STR(x) _HBTARGET_STR(x)
#define HBTARGET_NOTICE_TEXT(major, minor, micro) "uHbTarget as part of uLaunch v" HBTARGET_STR(major) "." HBTARGET_STR(minor) "." HBTARGET_STR(micro) " :)"
char g_noticeText[] =
HBTARGET_NOTICE_TEXT(UL_MAJOR, UL_MINOR, UL_MICRO) "\0"
"uHbTarget as part of uLaunch v" UL_VERSION " :)" "\0"
"There is only one true CFW in the scene.";
static char g_argv[2048];