BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
00001 // CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/ 00002 #ifndef __SUIDMAIN_H__ 00003 #define __SUIDMAIN_H__ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif /* __cplusplus */ 00008 00009 /* custom program name finder */ 00010 const char* custom_find_executable (int *argc, 00011 char ***argv); 00012 /* check for "--" and similar arguments */ 00013 int custom_check_arg_stopper (const char *argument); 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif /* __cplusplus */ 00018 00019 #endif /* __SUIDMAIN_H__ */