get rid of MAX_PATH_CHARACTERS in factory.c

This commit is contained in:
Thomas Bernard
2019-02-15 13:09:06 +01:00
parent 79446a9c72
commit 651d12b87b
2 changed files with 24 additions and 15 deletions

View File

@@ -1,5 +1,8 @@
/* vim:expandtab:ts=2 sw=2:
*/
#ifndef FACTORY_H__
#define FACTORY_H__
void Button_Brush_Factory(int);
void Repeat_script(void);
@@ -16,3 +19,5 @@ void Run_numbered_script(byte index);
/// Returns a string stating the included Lua engine version,
/// or "Disabled" if Grafx2 is compiled without Lua.
const char * Lua_version(void);
#endif