Explorar o código

Added more entry points.

Ryan C. Gordon %!s(int64=21) %!d(string=hai) anos
pai
achega
ae093ff0fc
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      makeos2.cmd

+ 5 - 0
makeos2.cmd

@@ -105,6 +105,11 @@ rem goto :dolinking
 @echo  "PHYSFS_setBuffer" >> bin\physfs.def
 @echo  "PHYSFS_flush" >> bin\physfs.def
 @echo  "PHYSFS_mount" >> bin\physfs.def
+@echo  "PHYSFS_getMountPoint" >> bin\physfs.def
+@echo  "PHYSFS_setAllocator" >> bin\physfs.def
+@echo  "PHYSFS_getCdRomDirsCallback" >> bin\physfs.def
+@echo  "PHYSFS_getSearchPathCallback" >> bin\physfs.def
+@echo  "PHYSFS_enumerateFilesCallback" >> bin\physfs.def
 
 @echo Building export library...
 emximp -o bin/physfs.lib bin/physfs.def