summaryrefslogtreecommitdiff
path: root/src/macos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macos.h')
-rw-r--r--src/macos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macos.h b/src/macos.h
index 07990090..700d50f8 100644
--- a/src/macos.h
+++ b/src/macos.h
@@ -26,6 +26,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
26 26
27/* Platform-specific functionality for macOS */ 27/* Platform-specific functionality for macOS */
28 28
29iBool shouldDefaultToMetalRenderer_MacOS (void);
30
29void setupApplication_MacOS (void); 31void setupApplication_MacOS (void);
30void insertMenuItems_MacOS (const char *menuLabel, int atIndex, const iMenuItem *items, size_t count); 32void insertMenuItems_MacOS (const char *menuLabel, int atIndex, const iMenuItem *items, size_t count);
31void handleCommand_MacOS (const char *cmd); 33void handleCommand_MacOS (const char *cmd);