summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/hermes/src.H_Pal.h.p
blob: 0b4e1f0d31bd61e8507d0f8845c8b45959096a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/H_Pal.h.orig	2012-11-07 23:02:21.000000000 +0100
+++ src/H_Pal.h	2012-11-07 23:05:47.000000000 +0100
@@ -21,7 +21,7 @@
 /* Get a handle for a palette to work with. This allocates memory for an
    internal palette. Returns 0 if failed.
 */
-HERMES_C HermesHandle HERMES_API Hermes_PaletteInstance();
+HERMES_C HermesHandle HERMES_API Hermes_PaletteInstance(void);
 
 
 /*