mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Source code export placeholder
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user