Lua: finished inputbox with negative and decimal inputs. Added to the repository more than 20(!) new scripts by DawnBringer
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1357 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
6
main.c
6
main.c
@@ -110,6 +110,12 @@ void Display_syntax(void)
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------- Sortie impromptue ----------------------------
|
||||
void Warning_function(const char *message, const char *filename, int line_number, const char *function_name)
|
||||
{
|
||||
printf("Warning in file %s, line %d, function %s : %s\n", filename, line_number, function_name, message);
|
||||
}
|
||||
|
||||
|
||||
// ---------------------------- Sortie impromptue ----------------------------
|
||||
void Error_function(int error_code, const char *filename, int line_number, const char *function_name)
|
||||
|
||||
Reference in New Issue
Block a user