LMMS
Loading...
Searching...
No Matches
appDetails.h File Reference

Go to the source code of this file.

Macros

#define SFX_APP_MININAME_TITLE   "Carla"
#define SFX_APP_MININAME_LCASE   "carla"
#define SFX_APP_BANNER   SFX_APP_MININAME_TITLE " self-contained executable " CARLA_VERSION_STRING ", based on UnZipSFX."
#define SFX_AUTORUN_CMD   "/" SFX_APP_MININAME_LCASE

Functions

void sfx_app_set_args (int argc, char **argv)
int sfx_app_autorun_now ()
char * sfx_get_tmp_path (int withAppName)

Macro Definition Documentation

◆ SFX_APP_BANNER

#define SFX_APP_BANNER   SFX_APP_MININAME_TITLE " self-contained executable " CARLA_VERSION_STRING ", based on UnZipSFX."

◆ SFX_APP_MININAME_LCASE

#define SFX_APP_MININAME_LCASE   "carla"

◆ SFX_APP_MININAME_TITLE

#define SFX_APP_MININAME_TITLE   "Carla"

◆ SFX_AUTORUN_CMD

#define SFX_AUTORUN_CMD   "/" SFX_APP_MININAME_LCASE

Function Documentation

◆ sfx_app_autorun_now()

int sfx_app_autorun_now ( )

◆ sfx_app_set_args()

void sfx_app_set_args ( int argc,
char ** argv )

◆ sfx_get_tmp_path()

char * sfx_get_tmp_path ( int withAppName)