1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

Added CMake build.

Code changes to support Linux.
Updated documentation & README.md, which were sorely out of date.
Updated copyrights. *yawn*
This commit is contained in:
2018-12-05 23:17:54 +11:00
parent 29b64fffaf
commit 3f8d0d5d2e
7 changed files with 90 additions and 24 deletions

View File

@@ -18,7 +18,6 @@
extern int optind;
extern char *optarg, *next;
void getoptClear ();
int getopt(int argc, char *argv[], char *optstring);
#endif //XGETOPT_H