* Added the game anchorhead to test
[rodin/chimara.git] / libchimara / fileref.h
index cfbdcca034b46396c9eb3bd119548a0c9ed8464f..9dd8e50f5a0e180f2b96931c016695a6fc36294e 100644 (file)
@@ -25,4 +25,5 @@ struct glk_fileref_struct
        glui32 usage;
 };
 
+G_GNUC_INTERNAL frefid_t fileref_new(gchar *filename, glui32 rock, glui32 usage, glui32 orig_filemode);
 #endif