1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-17 13:07:27 +00:00

Merge branch 'master' into sdl-texture-direct

This commit is contained in:
Nick Briggs
2021-11-26 19:57:40 -08:00
2 changed files with 9 additions and 92 deletions

View File

@@ -1,6 +1,5 @@
#ifndef MAINDEFS_H
#define MAINDEFS_H 1
int makepathname(char *src, char *dst);
void start_lisp(void);
void print_info_lines(void);
#endif