Source code export placeholder

This commit is contained in:
elasota
2020-10-17 22:56:27 -04:00
parent 842f070ff5
commit 30b07a77a9
11 changed files with 762 additions and 52 deletions

View File

@@ -48,6 +48,7 @@ namespace PortabilityLayer
#define iAbout 1
#define iAboutAerofoil 3
#define iExportSourceCode 4
#define iNewGame 1
#define iTwoPlayer 2
#define iOpenSavedGame 3
@@ -126,6 +127,9 @@ typedef struct
void DoAbout (void); // --- About.c
void DoAboutFramework (void);
// --- SourceExport.c
void DoExportSourceCode (void);
void LoadCursors (void); // --- AnimCursor.c
void DisposCursors (void);
void IncrementCursor (void);