Altered keyboard driver to correctly support Unicode
[tpg/acess2.git] / Kernel / modules.c
index 9ae940a..eec5020 100644 (file)
@@ -6,6 +6,7 @@
 #include <modules.h>
 
 // === PROTOTYPES ===
+ int   Modules_LoadBuiltins();
  int   Module_LoadMem(void *Buffer, Uint Length, char *ArgString);
  int   Module_LoadFile(char *Path, char *ArgString);
  int   Module_int_ResolveDeps(tModule *Info);

UCC git Repository :: git.ucc.asn.au