diff --git a/.gitignore b/.gitignore
index 3368bb93e..429f37383 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,9 +15,7 @@ engine/resources/OpenBOR.res
tools/bin/.wget-hsts
tools/win-sdk/*
!tools/win-sdk/win-sdk.7z
-tools/psp-sdk/*
/openbor_vs
-engine/ios/Build
**/.DS_Store
tools/borpak/source/borpak
build/
diff --git a/engine/Makefile b/engine/Makefile
index 8da27f8ae..b055850cc 100644
--- a/engine/Makefile
+++ b/engine/Makefile
@@ -308,33 +308,6 @@ SOURCE = source/stringptr.o
source/omath.o
-
-ifdef BUILD_PSP
-GAME_CONSOLE = psp/control/control.o \
- psp/dvemgr/dvemgr.o \
- psp/kernel/kernel.o \
- psp/graphics.o \
- psp/audiodrv.o \
- psp/sblaster.o \
- psp/control.o \
- psp/vertex.o \
- psp/timer.o \
- psp/video.o \
- psp/image.o \
- psp/menu.o \
- psp/pspport.o
-endif
-
-ifdef BUILD_VITA
-GAME_CONSOLE = vita/control.o \
- vita/sblaster.o \
- vita/timer.o \
- vita/video.o \
- vita/vitaport.o \
- vita/menu.o
-endif
-
-
ifdef BUILD_SDL
GAME += source/gamelib/filters.o
endif
@@ -418,12 +391,6 @@ CFLAGS += -DNO_RAM_DEBUGGER
endif
endif
-
-ifdef BUILD_PSP
-CFLAGS += -G0
-endif
-
-
ifdef BUILD_SDL
CFLAGS += -DSDL=1
endif
@@ -438,10 +405,6 @@ ifdef BUILD_PANDORA
CFLAGS += -DLINUX
endif
-ifdef BUILD_VITA
-CFLAGS += -DCACHE_BACKGROUNDS -Wl,-q
-endif
-
ifdef BUILD_MMX
CFLAGS += -DMMX
@@ -492,12 +455,6 @@ ASFLAGS = $(CFLAGS)
LIBS = $(addprefix -L", $(addsuffix ", $(LIBRARIES)))
-
-ifdef BUILD_PSP
-LIBS += -lpspgu -lpspaudio -lpsppower -lpsprtc
-endif
-
-
ifdef BUILD_DARWIN
LIBS += -Wl,-syslibroot,$(SDKPATH) \
-framework Cocoa \
@@ -534,12 +491,6 @@ ifdef BUILD_PTHREAD
LIBS += -lpthread
endif
-ifdef BUILD_VITA
-LIBS += -lvita2d -lSceKernel_stub -lSceDisplay_stub -lSceGxm_stub \
- -lSceSysmodule_stub -lSceCtrl_stub -lScePgf_stub \
- -lSceCommonDialog_stub -lSceAudio_stub -lfreetype -ljpeg
-endif
-
ifdef BUILD_STATIC
LIBS += -static
@@ -566,29 +517,6 @@ endif
LIBS += -lpng -lz -lm
-#----------------------------------------------------------------------------------------------------
-# Rules to manage Files and Libraries for PSP
-#----------------------------------------------------------------------------------------------------
-
-ifdef BUILD_PSP
-%.o : %.c
- @echo Compiling $(TARGET_PLATFORM) Port: $<...
- @$(CC) $(CFLAGS) -c $< -o $@
-%.o : %.S
- @echo Compiling $(TARGET_PLATFORM) Port: $<...
- @$(CC) $(CFLAGS) -c $< -o $@
-INCDIR = $(INCS)
-PSP_EBOOT_TITLE = $(VERSION_NAME) $(VERSION)
-PSP_EBOOT_ICON = resources/OpenBOR_Icon_144x80.png
-PSP_EBOOT_PIC1 = resources/OpenBOR_Logo_480x272.png
-PSP_FW_VERSION = 371
-PSP_LARGE_MEMORY= 1
-BUILD_PRX = 1
-include psp/build.mak
-endif
-
-
-
#----------------------------------------------------------------------------------------------------
# Rules to manage Files and Libraries for SDL
#----------------------------------------------------------------------------------------------------
@@ -614,34 +542,6 @@ $(TARGET_FINAL) : $(TARGET)
@echo $(TARGET_FINAL) is now ready!
endif
-#----------------------------------------------------------------------------------------------------
-# Rules to manage Files and Libraries for Vita
-#----------------------------------------------------------------------------------------------------
-
-ifdef BUILD_VITA
-all : OpenBOR.vpk
- @echo
-%.o : %.c
- @echo Compiling $(TARGET_PLATFORM) Port: $<...
- @$(CC) $(CFLAGS) -c $< -o $@
-OpenBOR.elf : $(OBJS) $(RES)
- @echo
- @echo Linking $(TARGET_PLATFORM) Port: $(TARGET)...
- @$(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(TARGET_RESOURCE) $(LIBS)
-%.velf: %.elf
- vita-elf-create $< $@
-eboot.bin: $(VERSION_NAME).velf
- vita-make-fself -s $< $@
-OpenBOR.vpk: eboot.bin
- @echo Stripping $(TARGET_PLATFORM) Port: $(TARGET_FINAL)...
- vita-mksfoex -s TITLE_ID=$(TITLE_ID) "OpenBOR" param.sfo
- vita-pack-vpk -s param.sfo -b eboot.bin --add resources/vita_icon.png=sce_sys/icon0.png $@
- @echo
- @echo Completed $(TARGET_PLATFORM) Port!
- @echo $(TARGET_FINAL) is now ready!
-endif
-
-
#----------------------------------------------------------------------------------------------------
# Rules to CleanUp Files for All Platforms
#----------------------------------------------------------------------------------------------------
@@ -651,7 +551,6 @@ all:
@echo
@echo Build A TARGET_PLATFORM:
@echo
- @echo make BUILD_PSP=1
@echo make BUILD_PS2=1
@echo make BUILD_WIN=1
@echo make BUILD_PANDORA=1
@@ -667,21 +566,6 @@ all:
@echo
endif
-
-ifndef BUILD_PSP
-clean-all: clean-releases clean
-
-clean-releases:
- @if [ -d ./releases ]; then rm -rf ./releases; fi
-
-clean:
- @echo
- @echo "Removing All $(TARGET_PLATFORM) Files..."
- @rm -f $(TARGET) $(TARGET_FINAL) $(TARGET_MAP) PARAM.SFO param.sfo eboot.bin OpenBOR.velf linkmap $(OBJS)
- @echo Done!
- @echo
-endif
-
version:
@echo "-------------------------------------------------------"
@echo "OpenBOR $(VERSION) - https://www.ChronoCrash.com"
diff --git a/engine/android/app/jni/openbor/include/sdl/SDL_hints.h b/engine/android/app/jni/openbor/include/sdl/SDL_hints.h
index 8fa0dd660..df1817f9c 100644
--- a/engine/android/app/jni/openbor/include/sdl/SDL_hints.h
+++ b/engine/android/app/jni/openbor/include/sdl/SDL_hints.h
@@ -638,7 +638,7 @@ extern "C" {
* Use this hint in case you need to set SDL's threads stack size to other than the default.
* This is specially useful if you build SDL against a non glibc libc library (such as musl) which
* provides a relatively small default thread stack size (a few kilobytes versus the default 8MB glibc uses).
-* Support for this hint is currently available only in the pthread, Windows, and PSP backend.
+* Support for this hint is currently available only in the pthread, and Windows.
*
* Instead of this hint, in 2.0.9 and later, you can use
* SDL_CreateThreadWithStackSize(). This hint only works with the classic
diff --git a/engine/android/app/jni/openbor/include/sdl/SDL_platform.h b/engine/android/app/jni/openbor/include/sdl/SDL_platform.h
index c2cbc6b4e..65f44ea9d 100644
--- a/engine/android/app/jni/openbor/include/sdl/SDL_platform.h
+++ b/engine/android/app/jni/openbor/include/sdl/SDL_platform.h
@@ -40,10 +40,6 @@
#undef __BSDI__
#define __BSDI__ 1
#endif
-#if defined(_arch_dreamcast)
-#undef __DREAMCAST__
-#define __DREAMCAST__ 1
-#endif
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
#undef __FREEBSD__
#define __FREEBSD__ 1
diff --git a/engine/build.bat b/engine/build.bat
index d45bd82c0..1fd89c3b5 100644
--- a/engine/build.bat
+++ b/engine/build.bat
@@ -21,12 +21,10 @@ bash.exe build.sh all
@setlocal
@echo off
-@if not exist "%CD%\releases\PSP\OpenBOR\EBOOT.PBP" goto missing
@if not exist "%CD%\releases\WINDOWS\OpenBOR\OpenBOR.exe" goto missing
set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin
set PATH=%TOOLS%;%PATH%
-call xbox/make.bat
bash.exe version.sh 1
:missing
@endlocal
diff --git a/engine/environ.sh b/engine/environ.sh
index 21e6272d7..aa973ba2b 100755
--- a/engine/environ.sh
+++ b/engine/environ.sh
@@ -29,129 +29,6 @@ fi
case $1 in
-############################################################################
-# #
-# PSP Environment #
-# #
-############################################################################
-1)
- if [ ! -f "../tools/psp-sdk/psp-sdk.7z" ]; then
- echo "-------------------------------------------------------"
- echo " PSP SDK File - Not Found, Downloading SDK!"
- echo "-------------------------------------------------------"
- wget https://github.com/DCurrent/openbor/raw/ecce29b95700468aa3401915625dac2d56e4ca60/tools/psp-sdk/psp-sdk.7z -O ../tools/psp-sdk/psp-sdk.7z
- echo
- echo "-------------------------------------------------------"
- echo " PSP SDK File - Download Has Completed!"
- echo "-------------------------------------------------------"
- fi
-
- if test -e "C:/pspsdk"; then
- export PSPDEV=C:/pspsdk
- export PATH=$PATH:$PSPDEV/bin
- elif test -e "c:/Cygwin/usr/local/pspdev"; then
- export PSPDEV=c:/Cygwin/usr/local/pspdev
- export PATH=$PATH:$PSPDEV/bin:C:/Cygwin/bin
- elif test -e "/usr/local/pspdev"; then
- export PSPDEV=/usr/local/pspdev
- export PATH=$PATH:$PSPDEV/bin
- elif [ `echo $HOST_PLATFORM | grep -E "windows|CYGWIN"` ]; then
- if [ ! -d "../tools/psp-sdk/bin" ]; then
- echo "-------------------------------------------------------"
- echo " PSP SDK - Not Found, Installing SDK!"
- echo "-------------------------------------------------------"
- ../tools/7-Zip/7za.exe x -y ../tools/psp-sdk/psp-sdk.7z -o../tools/psp-sdk/
- echo
- echo "-------------------------------------------------------"
- echo " PSP SDK - Installation Has Completed!"
- echo "-------------------------------------------------------"
- fi
- export PSPDEV=../tools/psp-sdk
- export PATH=$TOOLS:$PSPDEV/bin
- HOST_PLATFORM="SVN";
- fi
- if test $PSPDEV; then
- export PSPSDK=$PSPDEV/psp/sdk
- echo "-------------------------------------------------------"
- echo " PSP SDK ($HOST_PLATFORM) Environment Loaded!"
- echo "-------------------------------------------------------"
- else
- echo "-------------------------------------------------------"
- echo " ERROR - PSP Environment Failed"
- echo " SDK Installed?"
- echo "-------------------------------------------------------"
- fi
- ;;
-
-############################################################################
-# #
-# Vita Environment #
-# #
-############################################################################
-2)
- if test -d "$VITASDK"; then
- export PATH="$PATH:$VITASDK/bin"
- echo "-------------------------------------------------------"
- echo " VITA SDK ($HOST_PLATFORM) Environment Loaded!"
- echo "-------------------------------------------------------"
- else
- echo "-------------------------------------------------------"
- echo " ERROR - VITA Environment Failed"
- echo " SDK Installed?"
- echo "-------------------------------------------------------"
- fi
- ;;
-
-############################################################################
-# #
-# GP2X Environment #
-# #
-############################################################################
-3)
- if test -e "c:/Cygwin/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin/arm-open2x-linux-gcc.exe"; then
- export GP2XDEV=c:/Cygwin/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin
- export SDKPATH=c:/Cygwin/opt/open2x/gcc-4.1.1-glibc-2.3.6
- export PATH=$PATH:$GP2XDEV
- elif test -e "/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin/arm-open2x-linux-gcc"; then
- export GP2XDEV=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin
- export SDKPATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6
- export PATH=$PATH:$GP2XDEV
- elif test -e "c:/Cygwin/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin/arm-open2x-linux-gcc.exe"; then
- export GP2XDEV=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin
- export SDKPATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux
- export PATH=$PATH:$GP2XDEV
- elif test -e "/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin/arm-open2x-linux-gcc"; then
- export GP2XDEV=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin
- export SDKPATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux
- export PATH=$PATH:$GP2XDEV
- elif [ `echo $HOST_PLATFORM | grep -E "windows|CYGWIN"` ]; then
- if [ ! -d "../tools/gp2x-sdk/bin" ]; then
- echo "-------------------------------------------------------"
- echo " GP2X SDK - Not Found, Installing SDK!"
- echo "-------------------------------------------------------"
- ../tools/7-Zip/7za.exe x -y ../tools/gp2x-sdk/gp2x-sdk.7z -o../tools/gp2x-sdk/
- echo
- echo "-------------------------------------------------------"
- echo " GP2X SDK - Installation Has Completed!"
- echo "-------------------------------------------------------"
- fi
- export GP2XDEV=../tools/gp2x-sdk/bin
- export SDKPATH=../tools/gp2x-sdk/arm-open2x-linux
- export PATH=$TOOLS:$GP2XDEV
- HOST_PLATFORM="SVN"
- fi
- if test $GP2XDEV; then
- echo "-------------------------------------------------------"
- echo " GP2X SDK ($HOST_PLATFORM) Environment Loaded!"
- echo "-------------------------------------------------------"
- else
- echo "-------------------------------------------------------"
- echo " ERROR - GP2X Environment Failed"
- echo " SDK Installed?"
- echo "-------------------------------------------------------"
- fi
- ;;
-
############################################################################
# #
# Linux Environment #
@@ -267,107 +144,6 @@ case $1 in
fi
;;
-############################################################################
-# #
-# Dreamcast Environment #
-# #
-############################################################################
-6)
- if test -e "/usr/local/dcdev/kos"; then
- . /usr/local/dcdev/kos/environ.sh
- elif test -e "/opt/dcdev/kos"; then
- . /opt/dcdev/kos/environ.sh
- elif [ `echo $HOST_PLATFORM | grep -E "windows|CYGWIN"` ]; then
- if [ ! -d "../tools/dc-sdk/kos" ]; then
- echo "-------------------------------------------------------"
- echo " Dreamcast SDK - Not Found, Installing SDK!"
- echo "-------------------------------------------------------"
- ../tools/7-Zip/7za.exe x -y ../tools/dc-sdk/kos-svn-698.7z -o../tools/dc-sdk/
- echo
- echo "-------------------------------------------------------"
- echo " Dreamcast SDK - Installation Has Completed!"
- echo "-------------------------------------------------------"
- fi
- HOST_PLATFORM="SVN";
- export PATH=$TOOLS
- . ../tools/dc-sdk/kos/environ.sh
- fi
- if test $KOS_BASE; then
- echo "-------------------------------------------------------"
- echo " Dreamcast SDK ($HOST_PLATFORM) Environment Loaded!"
- echo "-------------------------------------------------------"
- else
- echo "-------------------------------------------------------"
- echo " ERROR - Dreamcast Environment Failed"
- echo " SDK Installed?"
- echo "-------------------------------------------------------"
- fi
- ;;
-
-############################################################################
-# #
-# OpenDingux Environment #
-# #
-############################################################################
-8)
- if test -e "/opt/opendingux-toolchain"; then
- export OPENDINGUX_TOOLCHAIN=/opt/opendingux-toolchain
- export OPENDINGUX_TOOLCHAIN_PREFIX=$OPENDINGUX_TOOLCHAIN/usr
- export PATH=$PATH:$OPENDINGUX_TOOLCHAIN/usr/bin
- fi
- if test $OPENDINGUX_TOOLCHAIN; then
- echo "-------------------------------------------------------"
- echo " OPENDINGUX SDK ($HOST_PLATFORM) Environment Loaded!"
- echo "-------------------------------------------------------"
- else
- echo "-------------------------------------------------------"
- echo " ERROR - OPENDINGUX Environment Failed"
- echo " SDK Installed?"
- echo "-------------------------------------------------------"
- fi
- ;;
-
-############################################################################
-# #
-# WIZ Environment #
-# #
-############################################################################
-9)
- if test -e "/opt/openwiz/toolchain/arm-openwiz-linux-gnu"; then
- export WIZDEV=/opt/openwiz/toolchain/arm-openwiz-linux-gnu/bin
- export SDKPATH=/opt/openwiz/toolchain/arm-openwiz-linux-gnu
- export PREFIX=arm-openwiz-linux-gnu-
- export PATH=$PATH:$WIZDEV
- elif [ `echo $HOST_PLATFORM | grep -E "windows|CYGWIN"` ]; then
- if [ ! -d "../tools/wiz-sdk/tools" ]; then
- echo "-------------------------------------------------------"
- echo " WIZ SDK - Not Found, Installing SDK!"
- echo "-------------------------------------------------------"
- ../tools/7-Zip/7za.exe x -y ../tools/wiz-sdk/wiz-sdk.7z -o../tools/wiz-sdk/
- echo
- echo "-------------------------------------------------------"
- echo " WIZ SDK - Installation Has Completed!"
- echo "-------------------------------------------------------"
- fi
- export WIZDEV=../tools/wiz-sdk/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin
- export SDKPATH=../tools/wiz-sdk/DGE
- export PREFIX=arm-linux-
- export EXTENSION=.exe
- export PATH=$TOOLS:$WIZDEV
- HOST_PLATFORM="SVN"
- fi
- if test $WIZDEV; then
- echo "-------------------------------------------------------"
- echo " WIZ SDK ($HOST_PLATFORM) Environment Loaded!"
- echo "-------------------------------------------------------"
- else
- echo "-------------------------------------------------------"
- echo " ERROR - WIZ Environment Failed"
- echo " SDK Installed?"
- echo "-------------------------------------------------------"
- fi
- ;;
-
############################################################################
# #
# Darwin Environment #
@@ -407,14 +183,9 @@ case $1 in
*)
echo
echo "-------------------------------------------------------"
- echo " 1 = PSP"
- echo " 2 = (Not Used)"
- echo " 3 = Gp2x"
+ echo " 2 = (Not Used)"
echo " 4 = Linux"
echo " 5 = Windows"
- echo " 6 = Dreamcast"
- echo " 8 = OpenDingux"
- echo " 9 = Wiz"
echo " 10 = Darwin"
echo "-------------------------------------------------------"
echo
diff --git a/engine/ide/codeblocks/OpenBOR.Windows.cbp b/engine/ide/codeblocks/OpenBOR.Windows.cbp
deleted file mode 100644
index 80be2a417..000000000
--- a/engine/ide/codeblocks/OpenBOR.Windows.cbp
+++ /dev/null
@@ -1,766 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/engine/ide/codeblocks/OpenBOR.Windows.layout b/engine/ide/codeblocks/OpenBOR.Windows.layout
deleted file mode 100644
index c178489ec..000000000
--- a/engine/ide/codeblocks/OpenBOR.Windows.layout
+++ /dev/null
@@ -1,240 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/engine/ide/vs/OpenBOR.sln b/engine/ide/vs/OpenBOR.sln
deleted file mode 100644
index 202c805f4..000000000
--- a/engine/ide/vs/OpenBOR.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28010.2026
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenBOR", "OpenBOR.vcxproj", "{17BFF8D3-49BA-41F7-AB5C-88D0B1364396}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Debug|x64.ActiveCfg = Debug|x64
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Debug|x64.Build.0 = Debug|x64
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Debug|x86.ActiveCfg = Debug|Win32
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Debug|x86.Build.0 = Debug|Win32
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Release|x64.ActiveCfg = Release|x64
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Release|x64.Build.0 = Release|x64
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Release|x86.ActiveCfg = Release|Win32
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {2564B141-CFC7-4577-B4D0-968D1F122C2B}
- EndGlobalSection
-EndGlobal
diff --git a/engine/ide/vs/OpenBOR.vcxproj b/engine/ide/vs/OpenBOR.vcxproj
deleted file mode 100644
index 39b145ae9..000000000
--- a/engine/ide/vs/OpenBOR.vcxproj
+++ /dev/null
@@ -1,557 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {17BFF8D3-49BA-41F7-AB5C-88D0B1364396}
- MakeFileProj
-
-
-
- Makefile
- true
- v143
-
-
- Makefile
- false
- v143
-
-
- Application
- true
- v143
-
-
- Application
- false
- v143
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- WIN32;_DEBUG;$(NMakePreprocessorDefinitions)
-
-
- WIN32;NDEBUG;$(NMakePreprocessorDefinitions)
-
-
- C:\Users\Desktop\Documents\GitHub\openbor\engine\source\scriptlib;C:\Users\Desktop\Documents\GitHub\openbor\engine;$(IncludePath)
-
-
-
- Default
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/engine/ide/vs/OpenBOR.vcxproj.filters b/engine/ide/vs/OpenBOR.vcxproj.filters
deleted file mode 100644
index b53b67894..000000000
--- a/engine/ide/vs/OpenBOR.vcxproj.filters
+++ /dev/null
@@ -1,1386 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav
-
-
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
-
-
-
-
-
-
-
-
-
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
- Resource Files
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/engine/ide/vs/OpenBOR.vcxproj.user b/engine/ide/vs/OpenBOR.vcxproj.user
deleted file mode 100644
index 0b0f24d53..000000000
--- a/engine/ide/vs/OpenBOR.vcxproj.user
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- true
-
-
\ No newline at end of file
diff --git a/engine/ios/Default-568h@2x.png b/engine/ios/Default-568h@2x.png
deleted file mode 100755
index eaea96e9e..000000000
Binary files a/engine/ios/Default-568h@2x.png and /dev/null differ
diff --git a/engine/ios/Default.png b/engine/ios/Default.png
deleted file mode 100755
index f91282875..000000000
Binary files a/engine/ios/Default.png and /dev/null differ
diff --git a/engine/ios/IOSUtils.h b/engine/ios/IOSUtils.h
deleted file mode 100755
index 4a509bfcb..000000000
--- a/engine/ios/IOSUtils.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// IOSUtils.h
-// xm8-ios
-//
-// Created by Yoshi Sugawara on 12/12/16.
-//
-//
-
-#import
-#import "ios-glue.h"
-
-@interface IOSUtils : NSObject
-
-@end
diff --git a/engine/ios/IOSUtils.m b/engine/ios/IOSUtils.m
deleted file mode 100755
index 4fc6023e2..000000000
--- a/engine/ios/IOSUtils.m
+++ /dev/null
@@ -1,76 +0,0 @@
-//
-// IOSUtils.m
-// xm8-ios
-//
-// Created by Yoshi Sugawara on 12/12/16.
-//
-//
-
-#import "IOSUtils.h"
-#import
-#import "TouchPadControlsViewController.h"
-#import
-
-#include "ios-glue.h"
-
-unsigned ios_touchstates[MAXTOUCHB];
-TouchPadControlsViewController *touchPadController;
-
-UIViewController* GetSDLViewController(SDL_Window *sdlWindow) {
- SDL_SysWMinfo systemWindowInfo;
- SDL_VERSION(&systemWindowInfo.version);
- if ( ! SDL_GetWindowWMInfo(sdlWindow, &systemWindowInfo)) {
- // error handle?
- return nil;
- }
- UIWindow *appWindow = systemWindowInfo.info.uikit.window;
- UIViewController *rootVC = appWindow.rootViewController;
- return rootVC;
-}
-
-void ios_after_window_create(SDL_Window *window) {
- UIViewController *rootVC = GetSDLViewController(window);
- TouchPadControlsViewController *padController = [[TouchPadControlsViewController alloc] init];
- touchPadController = padController;
- [rootVC addChildViewController:padController];
- [rootVC.view addSubview:padController.view];
- [padController didMoveToParentViewController:rootVC];
- [rootVC.view.leadingAnchor constraintEqualToAnchor:padController.view.leadingAnchor].active = YES;
- [rootVC.view.trailingAnchor constraintEqualToAnchor:padController.view.trailingAnchor].active = YES;
- [rootVC.view.topAnchor constraintEqualToAnchor:padController.view.topAnchor].active = YES;
- [rootVC.view.bottomAnchor constraintEqualToAnchor:padController.view.bottomAnchor].active = YES;
- [rootVC.view bringSubviewToFront:padController.view];
-}
-
-bool ios_controller_connected() {
- return [GCController controllers].count > 0;
-}
-
-void update_touch_controls_visibility(bool doHide) {
- if ( touchPadController == nil ) {
- return;
- }
- [touchPadController updateTouchControlsVisibility:doHide];
-}
-
-void ios_get_base_path(char *path) {
- NSArray *paths;
- NSString *DocumentsDirPath;
-
- paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
- DocumentsDirPath = [paths objectAtIndex:0];
- sprintf(path, "%s/", [DocumentsDirPath UTF8String]);
-
-}
-
-void ios_get_screen_width_height(int *width, int *height) {
- CGRect screenRect = [[UIScreen mainScreen] bounds];
- *height = (int) screenRect.size.width;
- *width = (int) screenRect.size.height;
-}
-
-@implementation IOSUtils
-
-
-@end
-
diff --git a/engine/ios/Icon.png b/engine/ios/Icon.png
deleted file mode 100755
index 83f4d10a2..000000000
Binary files a/engine/ios/Icon.png and /dev/null differ
diff --git a/engine/ios/Info.plist b/engine/ios/Info.plist
deleted file mode 100755
index 061fdb86d..000000000
--- a/engine/ios/Info.plist
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleDisplayName
- ${PRODUCT_NAME}
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIcons~ipad
-
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleVersion
- 1.0
- LSRequiresIPhoneOS
-
- LSSupportsOpeningDocumentsInPlace
-
- UIFileSharingEnabled
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
-
-
diff --git a/engine/ios/OpenBOR.xcodeproj/TemplateIcon.icns b/engine/ios/OpenBOR.xcodeproj/TemplateIcon.icns
deleted file mode 100755
index 4500ce2bb..000000000
Binary files a/engine/ios/OpenBOR.xcodeproj/TemplateIcon.icns and /dev/null differ
diff --git a/engine/ios/OpenBOR.xcodeproj/TemplateInfo.plist b/engine/ios/OpenBOR.xcodeproj/TemplateInfo.plist
deleted file mode 100755
index 498e37d4f..000000000
--- a/engine/ios/OpenBOR.xcodeproj/TemplateInfo.plist
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
- Description
- This project builds an SDL based project for iPhone OS using C or Objective-C. It includes everything you need to get up and running with SDL on iPhone.
- CFBundleIconFile
- Icon.png
-
-
diff --git a/engine/ios/OpenBOR.xcodeproj/project.pbxproj b/engine/ios/OpenBOR.xcodeproj/project.pbxproj
deleted file mode 100755
index a71d2fd0c..000000000
--- a/engine/ios/OpenBOR.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1906 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 54;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
- 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
- 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
- 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
- 84A6B912297551BA00449BB1 /* globals.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B907297551BA00449BB1 /* globals.h */; };
- 84A6B913297551BA00449BB1 /* omath.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B908297551BA00449BB1 /* omath.c */; };
- 84A6B914297551BA00449BB1 /* omath.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B909297551BA00449BB1 /* omath.h */; };
- 84A6B915297551BA00449BB1 /* safealloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B90A297551BA00449BB1 /* safealloc.h */; };
- 84A6B916297551BA00449BB1 /* savedata.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B90B297551BA00449BB1 /* savedata.h */; };
- 84A6B917297551BA00449BB1 /* stringptr.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B90C297551BA00449BB1 /* stringptr.c */; };
- 84A6B918297551BA00449BB1 /* stringptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B90D297551BA00449BB1 /* stringptr.h */; };
- 84A6B919297551BA00449BB1 /* stristr.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B90E297551BA00449BB1 /* stristr.c */; };
- 84A6B91A297551BA00449BB1 /* stristr.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B90F297551BA00449BB1 /* stristr.h */; };
- 84A6B91B297551BA00449BB1 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B910297551BA00449BB1 /* utils.c */; };
- 84A6B91C297551BA00449BB1 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B911297551BA00449BB1 /* utils.h */; };
- 84A6B9202975521300449BB1 /* adpcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B91E2975521300449BB1 /* adpcm.c */; };
- 84A6B9212975521300449BB1 /* adpcm.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B91F2975521300449BB1 /* adpcm.h */; };
- 84A6B9502975524800449BB1 /* anigif.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9232975524800449BB1 /* anigif.c */; };
- 84A6B9512975524800449BB1 /* anigif.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9242975524800449BB1 /* anigif.h */; };
- 84A6B9522975524800449BB1 /* bitmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9252975524800449BB1 /* bitmap.c */; };
- 84A6B9532975524800449BB1 /* bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9262975524800449BB1 /* bitmap.h */; };
- 84A6B9542975524800449BB1 /* borendian.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9272975524800449BB1 /* borendian.h */; };
- 84A6B9552975524800449BB1 /* draw.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9282975524800449BB1 /* draw.c */; };
- 84A6B9562975524800449BB1 /* draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9292975524800449BB1 /* draw.h */; };
- 84A6B9572975524800449BB1 /* draw16.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B92A2975524800449BB1 /* draw16.c */; };
- 84A6B9582975524800449BB1 /* draw32.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B92B2975524800449BB1 /* draw32.c */; };
- 84A6B9592975524800449BB1 /* filecache.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B92C2975524800449BB1 /* filecache.c */; };
- 84A6B95A2975524800449BB1 /* filecache.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B92D2975524800449BB1 /* filecache.h */; };
- 84A6B95B2975524800449BB1 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B92E2975524800449BB1 /* filters.c */; };
- 84A6B95C2975524800449BB1 /* filters.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B92F2975524800449BB1 /* filters.h */; };
- 84A6B95D2975524800449BB1 /* font.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9302975524800449BB1 /* font.c */; };
- 84A6B95E2975524800449BB1 /* font.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9312975524800449BB1 /* font.h */; };
- 84A6B95F2975524800449BB1 /* loadimg.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9322975524800449BB1 /* loadimg.c */; };
- 84A6B9602975524800449BB1 /* loadimg.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9332975524800449BB1 /* loadimg.h */; };
- 84A6B9612975524800449BB1 /* models.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9342975524800449BB1 /* models.c */; };
- 84A6B9622975524800449BB1 /* models.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9352975524800449BB1 /* models.h */; };
- 84A6B9632975524800449BB1 /* packfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9362975524800449BB1 /* packfile.c */; };
- 84A6B9642975524800449BB1 /* packfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9372975524800449BB1 /* packfile.h */; };
- 84A6B9652975524800449BB1 /* palette.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9382975524800449BB1 /* palette.c */; };
- 84A6B9662975524800449BB1 /* palette.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9392975524800449BB1 /* palette.h */; };
- 84A6B9672975524800449BB1 /* pixelformat.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B93A2975524800449BB1 /* pixelformat.c */; };
- 84A6B9682975524800449BB1 /* screen.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B93B2975524800449BB1 /* screen.c */; };
- 84A6B9692975524800449BB1 /* screen.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B93C2975524800449BB1 /* screen.h */; };
- 84A6B96A2975524800449BB1 /* screen16.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B93D2975524800449BB1 /* screen16.c */; };
- 84A6B96B2975524800449BB1 /* screen32.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B93E2975524800449BB1 /* screen32.c */; };
- 84A6B96C2975524900449BB1 /* soundmix.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B93F2975524800449BB1 /* soundmix.c */; };
- 84A6B96D2975524900449BB1 /* soundmix.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9402975524800449BB1 /* soundmix.h */; };
- 84A6B96E2975524900449BB1 /* sprite.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9412975524800449BB1 /* sprite.c */; };
- 84A6B96F2975524900449BB1 /* sprite.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9422975524800449BB1 /* sprite.h */; };
- 84A6B9702975524900449BB1 /* spriteq.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9432975524800449BB1 /* spriteq.c */; };
- 84A6B9712975524900449BB1 /* spriteq.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9442975524800449BB1 /* spriteq.h */; };
- 84A6B9722975524900449BB1 /* spritex8p16.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9452975524800449BB1 /* spritex8p16.c */; };
- 84A6B9732975524900449BB1 /* spritex8p32.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9462975524800449BB1 /* spritex8p32.c */; };
- 84A6B9742975524900449BB1 /* threads.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9472975524800449BB1 /* threads.h */; };
- 84A6B9752975524900449BB1 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9482975524800449BB1 /* timer.h */; };
- 84A6B9762975524900449BB1 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9492975524800449BB1 /* transform.c */; };
- 84A6B9772975524900449BB1 /* transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B94A2975524800449BB1 /* transform.h */; };
- 84A6B9782975524900449BB1 /* translation.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B94B2975524800449BB1 /* translation.c */; };
- 84A6B9792975524900449BB1 /* translation.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B94C2975524800449BB1 /* translation.h */; };
- 84A6B97A2975524900449BB1 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B94D2975524800449BB1 /* types.h */; };
- 84A6B97B2975524900449BB1 /* vga.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B94E2975524800449BB1 /* vga.h */; };
- 84A6B97C2975524900449BB1 /* writepixel.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B94F2975524800449BB1 /* writepixel.h */; };
- 84A6B98D2975527700449BB1 /* 2xSaI.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B97E2975527700449BB1 /* 2xSaI.c */; };
- 84A6B98E2975527700449BB1 /* bilinear.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B97F2975527700449BB1 /* bilinear.c */; };
- 84A6B98F2975527700449BB1 /* dotmatrix.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9802975527700449BB1 /* dotmatrix.c */; };
- 84A6B9902975527700449BB1 /* gfx.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9812975527700449BB1 /* gfx.c */; };
- 84A6B9912975527700449BB1 /* gfx.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9822975527700449BB1 /* gfx.h */; };
- 84A6B9922975527700449BB1 /* gfxtypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9832975527700449BB1 /* gfxtypes.h */; };
- 84A6B9932975527700449BB1 /* hq2x.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9842975527700449BB1 /* hq2x.c */; };
- 84A6B9942975527700449BB1 /* hq2x.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9852975527700449BB1 /* hq2x.h */; };
- 84A6B9952975527700449BB1 /* interp.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9862975527700449BB1 /* interp.h */; };
- 84A6B9962975527800449BB1 /* lq2x.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9872975527700449BB1 /* lq2x.h */; };
- 84A6B9972975527800449BB1 /* macros.mac in Resources */ = {isa = PBXBuildFile; fileRef = 84A6B9882975527700449BB1 /* macros.mac */; };
- 84A6B9982975527800449BB1 /* scale2x.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9892975527700449BB1 /* scale2x.c */; };
- 84A6B9992975527800449BB1 /* scanline.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B98A2975527700449BB1 /* scanline.c */; };
- 84A6B99A2975527800449BB1 /* simple2x.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B98B2975527700449BB1 /* simple2x.c */; };
- 84A6B99B2975527800449BB1 /* tv2x.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B98C2975527700449BB1 /* tv2x.c */; };
- 84A6B9B7297552A700449BB1 /* animation.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B99D297552A700449BB1 /* animation.c */; };
- 84A6B9B8297552A700449BB1 /* axis.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B99E297552A700449BB1 /* axis.c */; };
- 84A6B9B9297552A700449BB1 /* axis.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B99F297552A700449BB1 /* axis.h */; };
- 84A6B9BA297552A700449BB1 /* binding.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9A0297552A700449BB1 /* binding.c */; };
- 84A6B9BB297552A700449BB1 /* binding.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9A1297552A700449BB1 /* binding.h */; };
- 84A6B9BC297552A800449BB1 /* collision_attack.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9A2297552A700449BB1 /* collision_attack.c */; };
- 84A6B9BD297552A800449BB1 /* collision_attack.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9A3297552A700449BB1 /* collision_attack.h */; };
- 84A6B9BE297552A800449BB1 /* collision_body.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9A4297552A700449BB1 /* collision_body.c */; };
- 84A6B9BF297552A800449BB1 /* collision_coordinates.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9A5297552A700449BB1 /* collision_coordinates.c */; };
- 84A6B9C0297552A800449BB1 /* collision_entity.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9A6297552A700449BB1 /* collision_entity.c */; };
- 84A6B9C1297552A800449BB1 /* commands.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9A7297552A700449BB1 /* commands.c */; };
- 84A6B9C2297552A800449BB1 /* commands.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9A8297552A700449BB1 /* commands.h */; };
- 84A6B9C3297552A800449BB1 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9A9297552A700449BB1 /* config.h */; };
- 84A6B9C4297552A800449BB1 /* constants.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9AA297552A700449BB1 /* constants.c */; };
- 84A6B9C5297552A800449BB1 /* drawmethod.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9AB297552A700449BB1 /* drawmethod.c */; };
- 84A6B9C6297552A800449BB1 /* drawmethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9AC297552A700449BB1 /* drawmethod.h */; };
- 84A6B9C7297552A900449BB1 /* entity.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9AD297552A700449BB1 /* entity.c */; };
- 84A6B9C8297552A900449BB1 /* entity.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9AE297552A700449BB1 /* entity.h */; };
- 84A6B9C9297552A900449BB1 /* index.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9AF297552A700449BB1 /* index.c */; };
- 84A6B9CA297552A900449BB1 /* layer.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9B0297552A700449BB1 /* layer.c */; };
- 84A6B9CB297552A900449BB1 /* level.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9B1297552A700449BB1 /* level.c */; };
- 84A6B9CC297552A900449BB1 /* math.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9B2297552A700449BB1 /* math.c */; };
- 84A6B9CD297552A900449BB1 /* recursive_effect.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9B3297552A700449BB1 /* recursive_effect.c */; };
- 84A6B9CE297552A900449BB1 /* recursive_effect.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9B4297552A700449BB1 /* recursive_effect.h */; };
- 84A6B9CF297552A900449BB1 /* scriptcommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9B5297552A700449BB1 /* scriptcommon.h */; };
- 84A6B9D0297552AA00449BB1 /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9B6297552A700449BB1 /* string.c */; };
- 84A6B9D6297552D000449BB1 /* pngdec.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9D2297552D000449BB1 /* pngdec.c */; };
- 84A6B9D7297552D000449BB1 /* pngdec.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9D3297552D000449BB1 /* pngdec.h */; };
- 84A6B9D8297552D000449BB1 /* savepng.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9D4297552D000449BB1 /* savepng.c */; };
- 84A6B9D9297552D000449BB1 /* savepng.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9D5297552D000449BB1 /* savepng.h */; };
- 84A6B9E12975533100449BB1 /* pp_expr.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9DB2975533100449BB1 /* pp_expr.c */; };
- 84A6B9E22975533100449BB1 /* pp_expr.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9DC2975533100449BB1 /* pp_expr.h */; };
- 84A6B9E32975533100449BB1 /* pp_lexer.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9DD2975533100449BB1 /* pp_lexer.c */; };
- 84A6B9E42975533100449BB1 /* pp_lexer.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9DE2975533100449BB1 /* pp_lexer.h */; };
- 84A6B9E52975533200449BB1 /* pp_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9DF2975533100449BB1 /* pp_parser.c */; };
- 84A6B9E62975533200449BB1 /* pp_parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9E02975533100449BB1 /* pp_parser.h */; };
- 84A6B9EA2975535400449BB1 /* ram.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9E82975535400449BB1 /* ram.c */; };
- 84A6B9EB2975535400449BB1 /* ram.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9E92975535400449BB1 /* ram.h */; };
- 84A6B9EF2975537B00449BB1 /* rand32.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9ED2975537B00449BB1 /* rand32.c */; };
- 84A6B9F02975537B00449BB1 /* rand32.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9EE2975537B00449BB1 /* rand32.h */; };
- 84A6BA0C2975539D00449BB1 /* depends.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9F22975539D00449BB1 /* depends.h */; };
- 84A6BA0D2975539D00449BB1 /* FirstFollow.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9F32975539D00449BB1 /* FirstFollow.h */; };
- 84A6BA0E2975539D00449BB1 /* ImportCache.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9F42975539D00449BB1 /* ImportCache.c */; };
- 84A6BA0F2975539D00449BB1 /* ImportCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9F52975539D00449BB1 /* ImportCache.h */; };
- 84A6BA102975539E00449BB1 /* Instruction.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9F62975539D00449BB1 /* Instruction.c */; };
- 84A6BA112975539E00449BB1 /* Instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9F72975539D00449BB1 /* Instruction.h */; };
- 84A6BA122975539E00449BB1 /* Interpreter.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9F82975539D00449BB1 /* Interpreter.c */; };
- 84A6BA132975539E00449BB1 /* Interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9F92975539D00449BB1 /* Interpreter.h */; };
- 84A6BA142975539E00449BB1 /* Lexer.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9FA2975539D00449BB1 /* Lexer.c */; };
- 84A6BA152975539E00449BB1 /* Lexer.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9FB2975539D00449BB1 /* Lexer.h */; };
- 84A6BA162975539F00449BB1 /* List_unittest.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9FC2975539D00449BB1 /* List_unittest.c */; };
- 84A6BA172975539F00449BB1 /* List.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9FD2975539D00449BB1 /* List.c */; };
- 84A6BA182975539F00449BB1 /* List.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6B9FE2975539D00449BB1 /* List.h */; };
- 84A6BA192975539F00449BB1 /* Parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6B9FF2975539D00449BB1 /* Parser.c */; };
- 84A6BA1A297553A000449BB1 /* Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA002975539D00449BB1 /* Parser.h */; };
- 84A6BA1B297553A000449BB1 /* ParserSet.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA012975539D00449BB1 /* ParserSet.c */; };
- 84A6BA1C297553A000449BB1 /* ParserSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA022975539D00449BB1 /* ParserSet.h */; };
- 84A6BA1D297553A100449BB1 /* Productions.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA032975539D00449BB1 /* Productions.h */; };
- 84A6BA1E297553A100449BB1 /* ScriptVariant.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA042975539D00449BB1 /* ScriptVariant.c */; };
- 84A6BA1F297553A200449BB1 /* ScriptVariant.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA052975539D00449BB1 /* ScriptVariant.h */; };
- 84A6BA20297553A200449BB1 /* Stack.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA062975539D00449BB1 /* Stack.c */; };
- 84A6BA21297553A200449BB1 /* Stack.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA072975539D00449BB1 /* Stack.h */; };
- 84A6BA22297553A300449BB1 /* StackedSymbolTable.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA082975539D00449BB1 /* StackedSymbolTable.c */; };
- 84A6BA23297553A300449BB1 /* StackedSymbolTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA092975539D00449BB1 /* StackedSymbolTable.h */; };
- 84A6BA24297553A300449BB1 /* SymbolTable.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA0A2975539D00449BB1 /* SymbolTable.c */; };
- 84A6BA25297553A300449BB1 /* SymbolTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA0B2975539D00449BB1 /* SymbolTable.h */; };
- 84A6BA29297553DB00449BB1 /* tracelib2.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA27297553DB00449BB1 /* tracelib2.c */; };
- 84A6BA2A297553DB00449BB1 /* tracelib2.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA28297553DB00449BB1 /* tracelib2.h */; };
- 84A6BA35297553FD00449BB1 /* samplecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA2C297553FD00449BB1 /* samplecvt.c */; };
- 84A6BA36297553FD00449BB1 /* samplecvt.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA2D297553FD00449BB1 /* samplecvt.h */; };
- 84A6BA37297553FE00449BB1 /* vidplay.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA2E297553FD00449BB1 /* vidplay.c */; };
- 84A6BA38297553FE00449BB1 /* vidplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA2F297553FD00449BB1 /* vidplay.h */; };
- 84A6BA39297553FE00449BB1 /* vorbis.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA30297553FD00449BB1 /* vorbis.c */; };
- 84A6BA3A297553FE00449BB1 /* vorbis.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA31297553FD00449BB1 /* vorbis.h */; };
- 84A6BA3B297553FF00449BB1 /* vorbisfpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA32297553FD00449BB1 /* vorbisfpu.h */; };
- 84A6BA3C297553FF00449BB1 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA33297553FD00449BB1 /* yuv.c */; };
- 84A6BA3D297553FF00449BB1 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA34297553FD00449BB1 /* yuv.h */; };
- 84A6BA452975543700449BB1 /* align.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA3F2975543700449BB1 /* align.h */; };
- 84A6BA462975543700449BB1 /* halloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA402975543700449BB1 /* halloc.c */; };
- 84A6BA472975543700449BB1 /* halloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA412975543700449BB1 /* halloc.h */; };
- 84A6BA482975543700449BB1 /* hlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA422975543700449BB1 /* hlist.h */; };
- 84A6BA492975543700449BB1 /* macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA432975543700449BB1 /* macros.h */; };
- 84A6BA4A2975543700449BB1 /* README in Resources */ = {isa = PBXBuildFile; fileRef = 84A6BA442975543700449BB1 /* README */; };
- 84A6BA4F2975545D00449BB1 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 84A6BA4C2975545D00449BB1 /* LICENSE */; };
- 84A6BA502975545D00449BB1 /* nestegg.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA4D2975545D00449BB1 /* nestegg.c */; };
- 84A6BA512975545D00449BB1 /* nestegg.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA4E2975545D00449BB1 /* nestegg.h */; };
- 84A6BA552975548B00449BB1 /* openbor.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA522975548B00449BB1 /* openbor.c */; };
- 84A6BA562975548B00449BB1 /* openbor.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA532975548B00449BB1 /* openbor.h */; };
- 84A6BA572975548B00449BB1 /* openborscript.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA542975548B00449BB1 /* openborscript.c */; };
- 84A6BA6E29755EC200449BB1 /* control.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA5929755EC200449BB1 /* control.c */; };
- 84A6BA6F29755EC200449BB1 /* control.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA5A29755EC200449BB1 /* control.h */; };
- 84A6BA7029755EC200449BB1 /* hankaku.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA5B29755EC200449BB1 /* hankaku.h */; };
- 84A6BA7129755EC200449BB1 /* joysticks.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA5C29755EC200449BB1 /* joysticks.c */; };
- 84A6BA7229755EC200449BB1 /* joysticks.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA5D29755EC200449BB1 /* joysticks.h */; };
- 84A6BA7329755EC200449BB1 /* loadgl.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA5E29755EC200449BB1 /* loadgl.c */; };
- 84A6BA7429755EC200449BB1 /* loadgl.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA5F29755EC200449BB1 /* loadgl.h */; };
- 84A6BA7529755EC200449BB1 /* menu.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6029755EC200449BB1 /* menu.c */; };
- 84A6BA7629755EC200449BB1 /* menu.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA6129755EC200449BB1 /* menu.h */; };
- 84A6BA7729755EC200449BB1 /* opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6229755EC200449BB1 /* opengl.c */; };
- 84A6BA7829755EC200449BB1 /* opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA6329755EC200449BB1 /* opengl.h */; };
- 84A6BA7929755EC200449BB1 /* sblaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6429755EC200449BB1 /* sblaster.c */; };
- 84A6BA7A29755EC200449BB1 /* sblaster.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA6529755EC200449BB1 /* sblaster.h */; };
- 84A6BA7B29755EC200449BB1 /* sdlport.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6629755EC200449BB1 /* sdlport.c */; };
- 84A6BA7C29755EC200449BB1 /* sdlport.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA6729755EC200449BB1 /* sdlport.h */; };
- 84A6BA7D29755EC200449BB1 /* threads.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6829755EC200449BB1 /* threads.c */; };
- 84A6BA7E29755EC200449BB1 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6929755EC200449BB1 /* timer.c */; };
- 84A6BA7F29755EC200449BB1 /* video.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6A29755EC200449BB1 /* video.c */; };
- 84A6BA8029755EC200449BB1 /* video.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA6B29755EC200449BB1 /* video.h */; };
- 84A6BA8129755EC200449BB1 /* videocommon.c in Sources */ = {isa = PBXBuildFile; fileRef = 84A6BA6C29755EC200449BB1 /* videocommon.c */; };
- 84A6BA8229755EC200449BB1 /* videocommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA6D29755EC200449BB1 /* videocommon.h */; };
- 84A6BA92297565BC00449BB1 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A6BA8E297565BC00449BB1 /* libpng.a */; };
- 84A6BA93297565BC00449BB1 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA8F297565BC00449BB1 /* png.h */; };
- 84A6BA94297565BC00449BB1 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA90297565BC00449BB1 /* pngconf.h */; };
- 84A6BA95297565BC00449BB1 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA91297565BC00449BB1 /* pnglibconf.h */; };
- 84A6BAE8297565F000449BB1 /* begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA96297565F000449BB1 /* begin_code.h */; };
- 84A6BAE9297565F000449BB1 /* close_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA97297565F000449BB1 /* close_code.h */; };
- 84A6BAEA297565F000449BB1 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA98297565F000449BB1 /* SDL_assert.h */; };
- 84A6BAEB297565F000449BB1 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA99297565F000449BB1 /* SDL_atomic.h */; };
- 84A6BAEC297565F000449BB1 /* SDL_audio.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA9A297565F000449BB1 /* SDL_audio.h */; };
- 84A6BAED297565F000449BB1 /* SDL_bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA9B297565F000449BB1 /* SDL_bits.h */; };
- 84A6BAEE297565F000449BB1 /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA9C297565F000449BB1 /* SDL_blendmode.h */; };
- 84A6BAEF297565F000449BB1 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA9D297565F000449BB1 /* SDL_clipboard.h */; };
- 84A6BAF0297565F000449BB1 /* SDL_config_android.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA9E297565F000449BB1 /* SDL_config_android.h */; };
- 84A6BAF1297565F000449BB1 /* SDL_config_iphoneos.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BA9F297565F000449BB1 /* SDL_config_iphoneos.h */; };
- 84A6BAF2297565F000449BB1 /* SDL_config_macosx.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA0297565F000449BB1 /* SDL_config_macosx.h */; };
- 84A6BAF3297565F000449BB1 /* SDL_config_minimal.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA1297565F000449BB1 /* SDL_config_minimal.h */; };
- 84A6BAF4297565F000449BB1 /* SDL_config_pandora.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA2297565F000449BB1 /* SDL_config_pandora.h */; };
- 84A6BAF5297565F000449BB1 /* SDL_config_psp.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA3297565F000449BB1 /* SDL_config_psp.h */; };
- 84A6BAF6297565F000449BB1 /* SDL_config_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA4297565F000449BB1 /* SDL_config_windows.h */; };
- 84A6BAF7297565F000449BB1 /* SDL_config_winrt.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA5297565F000449BB1 /* SDL_config_winrt.h */; };
- 84A6BAF8297565F000449BB1 /* SDL_config_wiz.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA6297565F000449BB1 /* SDL_config_wiz.h */; };
- 84A6BAF9297565F000449BB1 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAA7297565F000449BB1 /* SDL_config.h */; };
- 84A6BAFA297565F000449BB1 /* SDL_config.h.cmake in Resources */ = {isa = PBXBuildFile; fileRef = 84A6BAA8297565F000449BB1 /* SDL_config.h.cmake */; };
- 84A6BAFB297565F000449BB1 /* SDL_config.h.in in Resources */ = {isa = PBXBuildFile; fileRef = 84A6BAA9297565F000449BB1 /* SDL_config.h.in */; };
- 84A6BAFC297565F000449BB1 /* SDL_copying.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAAA297565F000449BB1 /* SDL_copying.h */; };
- 84A6BAFD297565F000449BB1 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAAB297565F000449BB1 /* SDL_cpuinfo.h */; };
- 84A6BAFE297565F000449BB1 /* SDL_egl.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAAC297565F000449BB1 /* SDL_egl.h */; };
- 84A6BAFF297565F000449BB1 /* SDL_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAAD297565F000449BB1 /* SDL_endian.h */; };
- 84A6BB00297565F000449BB1 /* SDL_error.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAAE297565F000449BB1 /* SDL_error.h */; };
- 84A6BB01297565F000449BB1 /* SDL_events.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAAF297565F000449BB1 /* SDL_events.h */; };
- 84A6BB02297565F000449BB1 /* SDL_filesystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB0297565F000449BB1 /* SDL_filesystem.h */; };
- 84A6BB03297565F000449BB1 /* SDL_gamecontroller.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB1297565F000449BB1 /* SDL_gamecontroller.h */; };
- 84A6BB04297565F000449BB1 /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB2297565F000449BB1 /* SDL_gesture.h */; };
- 84A6BB05297565F000449BB1 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB3297565F000449BB1 /* SDL_haptic.h */; };
- 84A6BB06297565F000449BB1 /* SDL_hints.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB4297565F000449BB1 /* SDL_hints.h */; };
- 84A6BB07297565F000449BB1 /* SDL_joystick.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB5297565F000449BB1 /* SDL_joystick.h */; };
- 84A6BB08297565F000449BB1 /* SDL_keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB6297565F000449BB1 /* SDL_keyboard.h */; };
- 84A6BB09297565F000449BB1 /* SDL_keycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB7297565F000449BB1 /* SDL_keycode.h */; };
- 84A6BB0A297565F000449BB1 /* SDL_loadso.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB8297565F000449BB1 /* SDL_loadso.h */; };
- 84A6BB0B297565F000449BB1 /* SDL_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAB9297565F000449BB1 /* SDL_log.h */; };
- 84A6BB0C297565F000449BB1 /* SDL_main.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BABA297565F000449BB1 /* SDL_main.h */; };
- 84A6BB0D297565F000449BB1 /* SDL_messagebox.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BABB297565F000449BB1 /* SDL_messagebox.h */; };
- 84A6BB0E297565F000449BB1 /* SDL_mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BABC297565F000449BB1 /* SDL_mouse.h */; };
- 84A6BB0F297565F000449BB1 /* SDL_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BABD297565F000449BB1 /* SDL_mutex.h */; };
- 84A6BB10297565F000449BB1 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BABE297565F000449BB1 /* SDL_name.h */; };
- 84A6BB11297565F000449BB1 /* SDL_opengl_glext.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BABF297565F000449BB1 /* SDL_opengl_glext.h */; };
- 84A6BB12297565F000449BB1 /* SDL_opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC0297565F000449BB1 /* SDL_opengl.h */; };
- 84A6BB13297565F000449BB1 /* SDL_opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC1297565F000449BB1 /* SDL_opengles.h */; };
- 84A6BB14297565F000449BB1 /* SDL_opengles2_gl2.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC2297565F000449BB1 /* SDL_opengles2_gl2.h */; };
- 84A6BB15297565F000449BB1 /* SDL_opengles2_gl2ext.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC3297565F000449BB1 /* SDL_opengles2_gl2ext.h */; };
- 84A6BB16297565F000449BB1 /* SDL_opengles2_gl2platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC4297565F000449BB1 /* SDL_opengles2_gl2platform.h */; };
- 84A6BB17297565F000449BB1 /* SDL_opengles2_khrplatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC5297565F000449BB1 /* SDL_opengles2_khrplatform.h */; };
- 84A6BB18297565F000449BB1 /* SDL_opengles2.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC6297565F000449BB1 /* SDL_opengles2.h */; };
- 84A6BB19297565F000449BB1 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC7297565F000449BB1 /* SDL_pixels.h */; };
- 84A6BB1A297565F000449BB1 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC8297565F000449BB1 /* SDL_platform.h */; };
- 84A6BB1B297565F000449BB1 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAC9297565F000449BB1 /* SDL_power.h */; };
- 84A6BB1C297565F000449BB1 /* SDL_quit.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BACA297565F000449BB1 /* SDL_quit.h */; };
- 84A6BB1D297565F000449BB1 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BACB297565F000449BB1 /* SDL_rect.h */; };
- 84A6BB1E297565F000449BB1 /* SDL_render.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BACC297565F000449BB1 /* SDL_render.h */; };
- 84A6BB1F297565F000449BB1 /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BACD297565F000449BB1 /* SDL_revision.h */; };
- 84A6BB20297565F000449BB1 /* SDL_rwops.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BACE297565F000449BB1 /* SDL_rwops.h */; };
- 84A6BB21297565F000449BB1 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BACF297565F000449BB1 /* SDL_scancode.h */; };
- 84A6BB22297565F000449BB1 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD0297565F000449BB1 /* SDL_shape.h */; };
- 84A6BB23297565F000449BB1 /* SDL_stdinc.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD1297565F000449BB1 /* SDL_stdinc.h */; };
- 84A6BB24297565F000449BB1 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD2297565F000449BB1 /* SDL_surface.h */; };
- 84A6BB25297565F000449BB1 /* SDL_system.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD3297565F000449BB1 /* SDL_system.h */; };
- 84A6BB26297565F000449BB1 /* SDL_syswm.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD4297565F000449BB1 /* SDL_syswm.h */; };
- 84A6BB27297565F000449BB1 /* SDL_test_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD5297565F000449BB1 /* SDL_test_assert.h */; };
- 84A6BB28297565F000449BB1 /* SDL_test_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD6297565F000449BB1 /* SDL_test_common.h */; };
- 84A6BB29297565F000449BB1 /* SDL_test_compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD7297565F000449BB1 /* SDL_test_compare.h */; };
- 84A6BB2A297565F000449BB1 /* SDL_test_crc32.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD8297565F000449BB1 /* SDL_test_crc32.h */; };
- 84A6BB2B297565F000449BB1 /* SDL_test_font.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAD9297565F000449BB1 /* SDL_test_font.h */; };
- 84A6BB2C297565F000449BB1 /* SDL_test_fuzzer.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BADA297565F000449BB1 /* SDL_test_fuzzer.h */; };
- 84A6BB2D297565F000449BB1 /* SDL_test_harness.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BADB297565F000449BB1 /* SDL_test_harness.h */; };
- 84A6BB2E297565F000449BB1 /* SDL_test_images.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BADC297565F000449BB1 /* SDL_test_images.h */; };
- 84A6BB2F297565F000449BB1 /* SDL_test_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BADD297565F000449BB1 /* SDL_test_log.h */; };
- 84A6BB30297565F000449BB1 /* SDL_test_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BADE297565F000449BB1 /* SDL_test_md5.h */; };
- 84A6BB31297565F000449BB1 /* SDL_test_random.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BADF297565F000449BB1 /* SDL_test_random.h */; };
- 84A6BB32297565F000449BB1 /* SDL_test.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE0297565F000449BB1 /* SDL_test.h */; };
- 84A6BB33297565F000449BB1 /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE1297565F000449BB1 /* SDL_thread.h */; };
- 84A6BB34297565F000449BB1 /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE2297565F000449BB1 /* SDL_timer.h */; };
- 84A6BB35297565F000449BB1 /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE3297565F000449BB1 /* SDL_touch.h */; };
- 84A6BB36297565F000449BB1 /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE4297565F000449BB1 /* SDL_types.h */; };
- 84A6BB37297565F000449BB1 /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE5297565F000449BB1 /* SDL_version.h */; };
- 84A6BB38297565F000449BB1 /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE6297565F000449BB1 /* SDL_video.h */; };
- 84A6BB39297565F000449BB1 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A6BAE7297565F000449BB1 /* SDL.h */; };
- 84A6BB3B2975660300449BB1 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A6BB3A2975660300449BB1 /* libSDL2.a */; };
- 84FCAB5F29757E73009B9E20 /* DPadView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB5729757E73009B9E20 /* DPadView.h */; };
- 84FCAB6029757E73009B9E20 /* DPadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FCAB5829757E73009B9E20 /* DPadView.m */; };
- 84FCAB6129757E73009B9E20 /* GamepadButtonView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB5929757E73009B9E20 /* GamepadButtonView.h */; };
- 84FCAB6229757E73009B9E20 /* GamepadButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FCAB5A29757E73009B9E20 /* GamepadButtonView.m */; };
- 84FCAB6329757E73009B9E20 /* TouchPadControlsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB5B29757E73009B9E20 /* TouchPadControlsViewController.h */; };
- 84FCAB6429757E73009B9E20 /* TouchPadControlsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FCAB5C29757E73009B9E20 /* TouchPadControlsViewController.m */; };
- 84FCAB6529757E73009B9E20 /* VirtualControlsView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB5D29757E73009B9E20 /* VirtualControlsView.h */; };
- 84FCAB6629757E73009B9E20 /* VirtualControlsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FCAB5E29757E73009B9E20 /* VirtualControlsView.m */; };
- 84FCAB6A29757EC6009B9E20 /* ios-glue.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB6729757EC6009B9E20 /* ios-glue.h */; };
- 84FCAB6B29757EC6009B9E20 /* IOSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB6829757EC6009B9E20 /* IOSUtils.h */; };
- 84FCAB6C29757EC6009B9E20 /* IOSUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FCAB6929757EC6009B9E20 /* IOSUtils.m */; };
- 84FCAB6E29757ECF009B9E20 /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCAB6D29757ECF009B9E20 /* version.h */; };
- 84FCAB7229757F9E009B9E20 /* Ogg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84FCAB6F29757F9E009B9E20 /* Ogg.framework */; };
- 84FCAB7329757F9E009B9E20 /* Vorbis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84FCAB7029757F9E009B9E20 /* Vorbis.framework */; };
- 84FCAB7429757F9E009B9E20 /* VPX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84FCAB7129757F9E009B9E20 /* VPX.framework */; };
- 92157905237D3DD300F0AD25 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 92157903237D3D7A00F0AD25 /* libz.tbd */; };
- 9215798D237DCCC000F0AD25 /* PSP Readme.txt in Resources */ = {isa = PBXBuildFile; fileRef = 9215795B237DCCC000F0AD25 /* PSP Readme.txt */; };
- 9215798E237DCCC000F0AD25 /* OpenBOR_Menu_480x272_Consoles.png in Resources */ = {isa = PBXBuildFile; fileRef = 9215795C237DCCC000F0AD25 /* OpenBOR_Menu_480x272_Consoles.png */; };
- 9215798F237DCCC000F0AD25 /* OpenBOR.icns in Resources */ = {isa = PBXBuildFile; fileRef = 9215795D237DCCC000F0AD25 /* OpenBOR.icns */; };
- 92157990237DCCC000F0AD25 /* OpenBOR_Icon_32x32.ico in Resources */ = {isa = PBXBuildFile; fileRef = 9215795E237DCCC000F0AD25 /* OpenBOR_Icon_32x32.ico */; };
- 92157991237DCCC000F0AD25 /* OpenBOR_Icon_144x80.png in Resources */ = {isa = PBXBuildFile; fileRef = 9215795F237DCCC000F0AD25 /* OpenBOR_Icon_144x80.png */; };
- 92157992237DCCC000F0AD25 /* OpenBOR_Menu_320x240.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157960237DCCC000F0AD25 /* OpenBOR_Menu_320x240.png */; };
- 92157993237DCCC000F0AD25 /* A.ico in Resources */ = {isa = PBXBuildFile; fileRef = 92157962237DCCC000F0AD25 /* A.ico */; };
- 92157994237DCCC000F0AD25 /* OpenBOR_Menu_320x240_Sony.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157964237DCCC000F0AD25 /* OpenBOR_Menu_320x240_Sony.png */; };
- 92157995237DCCC000F0AD25 /* OpenBOR_Menu_480x272_Sony.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157968237DCCC000F0AD25 /* OpenBOR_Menu_480x272_Sony.png */; };
- 92157996237DCCC000F0AD25 /* OpenBOR.rc in Resources */ = {isa = PBXBuildFile; fileRef = 9215796B237DCCC000F0AD25 /* OpenBOR.rc */; };
- 92157997237DCCC000F0AD25 /* OpenBOR_Icon_128x48.png in Resources */ = {isa = PBXBuildFile; fileRef = 9215796D237DCCC000F0AD25 /* OpenBOR_Icon_128x48.png */; };
- 92157998237DCCC000F0AD25 /* meta.xml in Resources */ = {isa = PBXBuildFile; fileRef = 9215796F237DCCC000F0AD25 /* meta.xml */; };
- 92157999237DCCC000F0AD25 /* OpenBOR_Icon_128x128.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157971237DCCC000F0AD25 /* OpenBOR_Icon_128x128.png */; };
- 9215799A237DCCC000F0AD25 /* OpenBOR_Logo_480x272.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157972237DCCC000F0AD25 /* OpenBOR_Logo_480x272.png */; };
- 9215799B237DCCC000F0AD25 /* OpenBOR_Logo_480x272_Link.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157974237DCCC000F0AD25 /* OpenBOR_Logo_480x272_Link.png */; };
- 9215799C237DCCC000F0AD25 /* OpenBOR_Logo_320x240_Link.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157978237DCCC000F0AD25 /* OpenBOR_Logo_320x240_Link.png */; };
- 9215799D237DCCC000F0AD25 /* vita_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 9215797C237DCCC000F0AD25 /* vita_icon.png */; };
- 9215799E237DCCC000F0AD25 /* OpenBOR_Menu_480x272.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157981237DCCC000F0AD25 /* OpenBOR_Menu_480x272.png */; };
- 9215799F237DCCC000F0AD25 /* OpenBOR_Menu_320x240_Consoles.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157984237DCCC000F0AD25 /* OpenBOR_Menu_320x240_Consoles.png */; };
- 921579A0237DCCC000F0AD25 /* OpenBOR_Logo_320x240.png in Resources */ = {isa = PBXBuildFile; fileRef = 92157986237DCCC000F0AD25 /* OpenBOR_Logo_320x240.png */; };
- 921579A1237DCCC000F0AD25 /* BOR_Menu_Font_3.gif in Resources */ = {isa = PBXBuildFile; fileRef = 92157987237DCCC000F0AD25 /* BOR_Menu_Font_3.gif */; };
- 921579A2237DCCC000F0AD25 /* BOR_Menu_Font_2.gif in Resources */ = {isa = PBXBuildFile; fileRef = 92157988237DCCC000F0AD25 /* BOR_Menu_Font_2.gif */; };
- 921579A3237DCCC000F0AD25 /* makeheader.pl in Resources */ = {isa = PBXBuildFile; fileRef = 92157989237DCCC000F0AD25 /* makeheader.pl */; };
- 921579A6237DCCC000F0AD25 /* BOR_Menu_Font_1.gif in Resources */ = {isa = PBXBuildFile; fileRef = 9215798C237DCCC000F0AD25 /* BOR_Menu_Font_1.gif */; };
- 925ABCE71E47C12E00997182 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 925ABCE61E47C12E00997182 /* Images.xcassets */; };
- 9281D56C1DFA5174004EA5CD /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9281D56B1DFA5174004EA5CD /* AVFoundation.framework */; };
- 9281D5F71DFA52AB004EA5CD /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 9281D5F61DFA52AB004EA5CD /* libc++.tbd */; };
- 945C4F53195AF17F00DBBF61 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */; };
- FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4B96196703B400F8EB7C /* CoreMotion.framework */; };
- FAE0E9651BAF967F0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9641BAF967F0098DFA4 /* GameController.framework */; };
- FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; };
- FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; };
- FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; };
- FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; };
- FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
- 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- 1D6058910D05DD3D006BFB54 /* OpenBOR.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenBOR.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
- 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
- 84A6B907297551BA00449BB1 /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = globals.h; path = ../source/globals.h; sourceTree = ""; };
- 84A6B908297551BA00449BB1 /* omath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = omath.c; path = ../source/omath.c; sourceTree = ""; };
- 84A6B909297551BA00449BB1 /* omath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = omath.h; path = ../source/omath.h; sourceTree = ""; };
- 84A6B90A297551BA00449BB1 /* safealloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = safealloc.h; path = ../source/safealloc.h; sourceTree = ""; };
- 84A6B90B297551BA00449BB1 /* savedata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = savedata.h; path = ../source/savedata.h; sourceTree = ""; };
- 84A6B90C297551BA00449BB1 /* stringptr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stringptr.c; path = ../source/stringptr.c; sourceTree = ""; };
- 84A6B90D297551BA00449BB1 /* stringptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stringptr.h; path = ../source/stringptr.h; sourceTree = ""; };
- 84A6B90E297551BA00449BB1 /* stristr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stristr.c; path = ../source/stristr.c; sourceTree = ""; };
- 84A6B90F297551BA00449BB1 /* stristr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stristr.h; path = ../source/stristr.h; sourceTree = ""; };
- 84A6B910297551BA00449BB1 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = utils.c; path = ../source/utils.c; sourceTree = ""; };
- 84A6B911297551BA00449BB1 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../source/utils.h; sourceTree = ""; };
- 84A6B91E2975521300449BB1 /* adpcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = adpcm.c; path = ../source/adpcmlib/adpcm.c; sourceTree = ""; };
- 84A6B91F2975521300449BB1 /* adpcm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adpcm.h; path = ../source/adpcmlib/adpcm.h; sourceTree = ""; };
- 84A6B9232975524800449BB1 /* anigif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = anigif.c; path = ../source/gamelib/anigif.c; sourceTree = ""; };
- 84A6B9242975524800449BB1 /* anigif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = anigif.h; path = ../source/gamelib/anigif.h; sourceTree = ""; };
- 84A6B9252975524800449BB1 /* bitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitmap.c; path = ../source/gamelib/bitmap.c; sourceTree = ""; };
- 84A6B9262975524800449BB1 /* bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bitmap.h; path = ../source/gamelib/bitmap.h; sourceTree = ""; };
- 84A6B9272975524800449BB1 /* borendian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = borendian.h; path = ../source/gamelib/borendian.h; sourceTree = ""; };
- 84A6B9282975524800449BB1 /* draw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = draw.c; path = ../source/gamelib/draw.c; sourceTree = ""; };
- 84A6B9292975524800449BB1 /* draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = draw.h; path = ../source/gamelib/draw.h; sourceTree = ""; };
- 84A6B92A2975524800449BB1 /* draw16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = draw16.c; path = ../source/gamelib/draw16.c; sourceTree = ""; };
- 84A6B92B2975524800449BB1 /* draw32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = draw32.c; path = ../source/gamelib/draw32.c; sourceTree = ""; };
- 84A6B92C2975524800449BB1 /* filecache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filecache.c; path = ../source/gamelib/filecache.c; sourceTree = ""; };
- 84A6B92D2975524800449BB1 /* filecache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filecache.h; path = ../source/gamelib/filecache.h; sourceTree = ""; };
- 84A6B92E2975524800449BB1 /* filters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filters.c; path = ../source/gamelib/filters.c; sourceTree = ""; };
- 84A6B92F2975524800449BB1 /* filters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filters.h; path = ../source/gamelib/filters.h; sourceTree = ""; };
- 84A6B9302975524800449BB1 /* font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = font.c; path = ../source/gamelib/font.c; sourceTree = ""; };
- 84A6B9312975524800449BB1 /* font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = font.h; path = ../source/gamelib/font.h; sourceTree = ""; };
- 84A6B9322975524800449BB1 /* loadimg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loadimg.c; path = ../source/gamelib/loadimg.c; sourceTree = ""; };
- 84A6B9332975524800449BB1 /* loadimg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = loadimg.h; path = ../source/gamelib/loadimg.h; sourceTree = ""; };
- 84A6B9342975524800449BB1 /* models.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = models.c; path = ../source/gamelib/models.c; sourceTree = ""; };
- 84A6B9352975524800449BB1 /* models.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = models.h; path = ../source/gamelib/models.h; sourceTree = ""; };
- 84A6B9362975524800449BB1 /* packfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = packfile.c; path = ../source/gamelib/packfile.c; sourceTree = ""; };
- 84A6B9372975524800449BB1 /* packfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packfile.h; path = ../source/gamelib/packfile.h; sourceTree = ""; };
- 84A6B9382975524800449BB1 /* palette.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = palette.c; path = ../source/gamelib/palette.c; sourceTree = ""; };
- 84A6B9392975524800449BB1 /* palette.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = palette.h; path = ../source/gamelib/palette.h; sourceTree = ""; };
- 84A6B93A2975524800449BB1 /* pixelformat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pixelformat.c; path = ../source/gamelib/pixelformat.c; sourceTree = ""; };
- 84A6B93B2975524800449BB1 /* screen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screen.c; path = ../source/gamelib/screen.c; sourceTree = ""; };
- 84A6B93C2975524800449BB1 /* screen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = screen.h; path = ../source/gamelib/screen.h; sourceTree = ""; };
- 84A6B93D2975524800449BB1 /* screen16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screen16.c; path = ../source/gamelib/screen16.c; sourceTree = ""; };
- 84A6B93E2975524800449BB1 /* screen32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screen32.c; path = ../source/gamelib/screen32.c; sourceTree = ""; };
- 84A6B93F2975524800449BB1 /* soundmix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = soundmix.c; path = ../source/gamelib/soundmix.c; sourceTree = ""; };
- 84A6B9402975524800449BB1 /* soundmix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = soundmix.h; path = ../source/gamelib/soundmix.h; sourceTree = ""; };
- 84A6B9412975524800449BB1 /* sprite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sprite.c; path = ../source/gamelib/sprite.c; sourceTree = ""; };
- 84A6B9422975524800449BB1 /* sprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sprite.h; path = ../source/gamelib/sprite.h; sourceTree = ""; };
- 84A6B9432975524800449BB1 /* spriteq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = spriteq.c; path = ../source/gamelib/spriteq.c; sourceTree = ""; };
- 84A6B9442975524800449BB1 /* spriteq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spriteq.h; path = ../source/gamelib/spriteq.h; sourceTree = ""; };
- 84A6B9452975524800449BB1 /* spritex8p16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = spritex8p16.c; path = ../source/gamelib/spritex8p16.c; sourceTree = ""; };
- 84A6B9462975524800449BB1 /* spritex8p32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = spritex8p32.c; path = ../source/gamelib/spritex8p32.c; sourceTree = ""; };
- 84A6B9472975524800449BB1 /* threads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = threads.h; path = ../source/gamelib/threads.h; sourceTree = ""; };
- 84A6B9482975524800449BB1 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = timer.h; path = ../source/gamelib/timer.h; sourceTree = ""; };
- 84A6B9492975524800449BB1 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = transform.c; path = ../source/gamelib/transform.c; sourceTree = ""; };
- 84A6B94A2975524800449BB1 /* transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = transform.h; path = ../source/gamelib/transform.h; sourceTree = ""; };
- 84A6B94B2975524800449BB1 /* translation.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = translation.c; path = ../source/gamelib/translation.c; sourceTree = ""; };
- 84A6B94C2975524800449BB1 /* translation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = translation.h; path = ../source/gamelib/translation.h; sourceTree = ""; };
- 84A6B94D2975524800449BB1 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../source/gamelib/types.h; sourceTree = ""; };
- 84A6B94E2975524800449BB1 /* vga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vga.h; path = ../source/gamelib/vga.h; sourceTree = ""; };
- 84A6B94F2975524800449BB1 /* writepixel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = writepixel.h; path = ../source/gamelib/writepixel.h; sourceTree = ""; };
- 84A6B97E2975527700449BB1 /* 2xSaI.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = 2xSaI.c; path = ../source/gfxlib/2xSaI.c; sourceTree = ""; };
- 84A6B97F2975527700449BB1 /* bilinear.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bilinear.c; path = ../source/gfxlib/bilinear.c; sourceTree = ""; };
- 84A6B9802975527700449BB1 /* dotmatrix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dotmatrix.c; path = ../source/gfxlib/dotmatrix.c; sourceTree = ""; };
- 84A6B9812975527700449BB1 /* gfx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gfx.c; path = ../source/gfxlib/gfx.c; sourceTree = ""; };
- 84A6B9822975527700449BB1 /* gfx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gfx.h; path = ../source/gfxlib/gfx.h; sourceTree = ""; };
- 84A6B9832975527700449BB1 /* gfxtypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gfxtypes.h; path = ../source/gfxlib/gfxtypes.h; sourceTree = ""; };
- 84A6B9842975527700449BB1 /* hq2x.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hq2x.c; path = ../source/gfxlib/hq2x.c; sourceTree = ""; };
- 84A6B9852975527700449BB1 /* hq2x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hq2x.h; path = ../source/gfxlib/hq2x.h; sourceTree = ""; };
- 84A6B9862975527700449BB1 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../source/gfxlib/interp.h; sourceTree = ""; };
- 84A6B9872975527700449BB1 /* lq2x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lq2x.h; path = ../source/gfxlib/lq2x.h; sourceTree = ""; };
- 84A6B9882975527700449BB1 /* macros.mac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = macros.mac; path = ../source/gfxlib/macros.mac; sourceTree = ""; };
- 84A6B9892975527700449BB1 /* scale2x.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scale2x.c; path = ../source/gfxlib/scale2x.c; sourceTree = ""; };
- 84A6B98A2975527700449BB1 /* scanline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scanline.c; path = ../source/gfxlib/scanline.c; sourceTree = ""; };
- 84A6B98B2975527700449BB1 /* simple2x.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = simple2x.c; path = ../source/gfxlib/simple2x.c; sourceTree = ""; };
- 84A6B98C2975527700449BB1 /* tv2x.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tv2x.c; path = ../source/gfxlib/tv2x.c; sourceTree = ""; };
- 84A6B99D297552A700449BB1 /* animation.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = animation.c; path = ../source/openborscript/animation.c; sourceTree = ""; };
- 84A6B99E297552A700449BB1 /* axis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = axis.c; path = ../source/openborscript/axis.c; sourceTree = ""; };
- 84A6B99F297552A700449BB1 /* axis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = axis.h; path = ../source/openborscript/axis.h; sourceTree = ""; };
- 84A6B9A0297552A700449BB1 /* binding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = binding.c; path = ../source/openborscript/binding.c; sourceTree = ""; };
- 84A6B9A1297552A700449BB1 /* binding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = binding.h; path = ../source/openborscript/binding.h; sourceTree = ""; };
- 84A6B9A2297552A700449BB1 /* collision_attack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = collision_attack.c; path = ../source/openborscript/collision_attack.c; sourceTree = ""; };
- 84A6B9A3297552A700449BB1 /* collision_attack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collision_attack.h; path = ../source/openborscript/collision_attack.h; sourceTree = ""; };
- 84A6B9A4297552A700449BB1 /* collision_body.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = collision_body.c; path = ../source/openborscript/collision_body.c; sourceTree = ""; };
- 84A6B9A5297552A700449BB1 /* collision_coordinates.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = collision_coordinates.c; path = ../source/openborscript/collision_coordinates.c; sourceTree = ""; };
- 84A6B9A6297552A700449BB1 /* collision_entity.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = collision_entity.c; path = ../source/openborscript/collision_entity.c; sourceTree = ""; };
- 84A6B9A7297552A700449BB1 /* commands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = commands.c; path = ../source/openborscript/commands.c; sourceTree = ""; };
- 84A6B9A8297552A700449BB1 /* commands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = commands.h; path = ../source/openborscript/commands.h; sourceTree = ""; };
- 84A6B9A9297552A700449BB1 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../source/openborscript/config.h; sourceTree = ""; };
- 84A6B9AA297552A700449BB1 /* constants.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = constants.c; path = ../source/openborscript/constants.c; sourceTree = ""; };
- 84A6B9AB297552A700449BB1 /* drawmethod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = drawmethod.c; path = ../source/openborscript/drawmethod.c; sourceTree = ""; };
- 84A6B9AC297552A700449BB1 /* drawmethod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = drawmethod.h; path = ../source/openborscript/drawmethod.h; sourceTree = ""; };
- 84A6B9AD297552A700449BB1 /* entity.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entity.c; path = ../source/openborscript/entity.c; sourceTree = ""; };
- 84A6B9AE297552A700449BB1 /* entity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = entity.h; path = ../source/openborscript/entity.h; sourceTree = ""; };
- 84A6B9AF297552A700449BB1 /* index.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = index.c; path = ../source/openborscript/index.c; sourceTree = ""; };
- 84A6B9B0297552A700449BB1 /* layer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = layer.c; path = ../source/openborscript/layer.c; sourceTree = ""; };
- 84A6B9B1297552A700449BB1 /* level.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = level.c; path = ../source/openborscript/level.c; sourceTree = ""; };
- 84A6B9B2297552A700449BB1 /* math.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = math.c; path = ../source/openborscript/math.c; sourceTree = ""; };
- 84A6B9B3297552A700449BB1 /* recursive_effect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = recursive_effect.c; path = ../source/openborscript/recursive_effect.c; sourceTree = ""; };
- 84A6B9B4297552A700449BB1 /* recursive_effect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = recursive_effect.h; path = ../source/openborscript/recursive_effect.h; sourceTree = ""; };
- 84A6B9B5297552A700449BB1 /* scriptcommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scriptcommon.h; path = ../source/openborscript/scriptcommon.h; sourceTree = ""; };
- 84A6B9B6297552A700449BB1 /* string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = string.c; path = ../source/openborscript/string.c; sourceTree = ""; };
- 84A6B9D2297552D000449BB1 /* pngdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngdec.c; path = ../source/pnglib/pngdec.c; sourceTree = ""; };
- 84A6B9D3297552D000449BB1 /* pngdec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngdec.h; path = ../source/pnglib/pngdec.h; sourceTree = ""; };
- 84A6B9D4297552D000449BB1 /* savepng.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = savepng.c; path = ../source/pnglib/savepng.c; sourceTree = ""; };
- 84A6B9D5297552D000449BB1 /* savepng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = savepng.h; path = ../source/pnglib/savepng.h; sourceTree = ""; };
- 84A6B9DB2975533100449BB1 /* pp_expr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pp_expr.c; path = ../source/preprocessorlib/pp_expr.c; sourceTree = ""; };
- 84A6B9DC2975533100449BB1 /* pp_expr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pp_expr.h; path = ../source/preprocessorlib/pp_expr.h; sourceTree = ""; };
- 84A6B9DD2975533100449BB1 /* pp_lexer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pp_lexer.c; path = ../source/preprocessorlib/pp_lexer.c; sourceTree = ""; };
- 84A6B9DE2975533100449BB1 /* pp_lexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pp_lexer.h; path = ../source/preprocessorlib/pp_lexer.h; sourceTree = ""; };
- 84A6B9DF2975533100449BB1 /* pp_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pp_parser.c; path = ../source/preprocessorlib/pp_parser.c; sourceTree = ""; };
- 84A6B9E02975533100449BB1 /* pp_parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pp_parser.h; path = ../source/preprocessorlib/pp_parser.h; sourceTree = ""; };
- 84A6B9E82975535400449BB1 /* ram.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ram.c; path = ../source/ramlib/ram.c; sourceTree = ""; };
- 84A6B9E92975535400449BB1 /* ram.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ram.h; path = ../source/ramlib/ram.h; sourceTree = ""; };
- 84A6B9ED2975537B00449BB1 /* rand32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rand32.c; path = ../source/randlib/rand32.c; sourceTree = ""; };
- 84A6B9EE2975537B00449BB1 /* rand32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rand32.h; path = ../source/randlib/rand32.h; sourceTree = ""; };
- 84A6B9F22975539D00449BB1 /* depends.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = depends.h; path = ../source/scriptlib/depends.h; sourceTree = ""; };
- 84A6B9F32975539D00449BB1 /* FirstFollow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FirstFollow.h; path = ../source/scriptlib/FirstFollow.h; sourceTree = ""; };
- 84A6B9F42975539D00449BB1 /* ImportCache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ImportCache.c; path = ../source/scriptlib/ImportCache.c; sourceTree = ""; };
- 84A6B9F52975539D00449BB1 /* ImportCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImportCache.h; path = ../source/scriptlib/ImportCache.h; sourceTree = ""; };
- 84A6B9F62975539D00449BB1 /* Instruction.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Instruction.c; path = ../source/scriptlib/Instruction.c; sourceTree = ""; };
- 84A6B9F72975539D00449BB1 /* Instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Instruction.h; path = ../source/scriptlib/Instruction.h; sourceTree = ""; };
- 84A6B9F82975539D00449BB1 /* Interpreter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Interpreter.c; path = ../source/scriptlib/Interpreter.c; sourceTree = ""; };
- 84A6B9F92975539D00449BB1 /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Interpreter.h; path = ../source/scriptlib/Interpreter.h; sourceTree = ""; };
- 84A6B9FA2975539D00449BB1 /* Lexer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Lexer.c; path = ../source/scriptlib/Lexer.c; sourceTree = ""; };
- 84A6B9FB2975539D00449BB1 /* Lexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Lexer.h; path = ../source/scriptlib/Lexer.h; sourceTree = ""; };
- 84A6B9FC2975539D00449BB1 /* List_unittest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = List_unittest.c; path = ../source/scriptlib/List_unittest.c; sourceTree = ""; };
- 84A6B9FD2975539D00449BB1 /* List.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = List.c; path = ../source/scriptlib/List.c; sourceTree = ""; };
- 84A6B9FE2975539D00449BB1 /* List.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = List.h; path = ../source/scriptlib/List.h; sourceTree = ""; };
- 84A6B9FF2975539D00449BB1 /* Parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Parser.c; path = ../source/scriptlib/Parser.c; sourceTree = ""; };
- 84A6BA002975539D00449BB1 /* Parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Parser.h; path = ../source/scriptlib/Parser.h; sourceTree = ""; };
- 84A6BA012975539D00449BB1 /* ParserSet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ParserSet.c; path = ../source/scriptlib/ParserSet.c; sourceTree = ""; };
- 84A6BA022975539D00449BB1 /* ParserSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParserSet.h; path = ../source/scriptlib/ParserSet.h; sourceTree = ""; };
- 84A6BA032975539D00449BB1 /* Productions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Productions.h; path = ../source/scriptlib/Productions.h; sourceTree = ""; };
- 84A6BA042975539D00449BB1 /* ScriptVariant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ScriptVariant.c; path = ../source/scriptlib/ScriptVariant.c; sourceTree = ""; };
- 84A6BA052975539D00449BB1 /* ScriptVariant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScriptVariant.h; path = ../source/scriptlib/ScriptVariant.h; sourceTree = ""; };
- 84A6BA062975539D00449BB1 /* Stack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Stack.c; path = ../source/scriptlib/Stack.c; sourceTree = ""; };
- 84A6BA072975539D00449BB1 /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Stack.h; path = ../source/scriptlib/Stack.h; sourceTree = ""; };
- 84A6BA082975539D00449BB1 /* StackedSymbolTable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = StackedSymbolTable.c; path = ../source/scriptlib/StackedSymbolTable.c; sourceTree = ""; };
- 84A6BA092975539D00449BB1 /* StackedSymbolTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackedSymbolTable.h; path = ../source/scriptlib/StackedSymbolTable.h; sourceTree = ""; };
- 84A6BA0A2975539D00449BB1 /* SymbolTable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SymbolTable.c; path = ../source/scriptlib/SymbolTable.c; sourceTree = ""; };
- 84A6BA0B2975539D00449BB1 /* SymbolTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SymbolTable.h; path = ../source/scriptlib/SymbolTable.h; sourceTree = ""; };
- 84A6BA27297553DB00449BB1 /* tracelib2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tracelib2.c; path = ../source/tracelib2/tracelib2.c; sourceTree = ""; };
- 84A6BA28297553DB00449BB1 /* tracelib2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tracelib2.h; path = ../source/tracelib2/tracelib2.h; sourceTree = ""; };
- 84A6BA2C297553FD00449BB1 /* samplecvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = samplecvt.c; path = ../source/webmlib/samplecvt.c; sourceTree = ""; };
- 84A6BA2D297553FD00449BB1 /* samplecvt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = samplecvt.h; path = ../source/webmlib/samplecvt.h; sourceTree = ""; };
- 84A6BA2E297553FD00449BB1 /* vidplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vidplay.c; path = ../source/webmlib/vidplay.c; sourceTree = ""; };
- 84A6BA2F297553FD00449BB1 /* vidplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vidplay.h; path = ../source/webmlib/vidplay.h; sourceTree = ""; };
- 84A6BA30297553FD00449BB1 /* vorbis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vorbis.c; path = ../source/webmlib/vorbis.c; sourceTree = ""; };
- 84A6BA31297553FD00449BB1 /* vorbis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vorbis.h; path = ../source/webmlib/vorbis.h; sourceTree = ""; };
- 84A6BA32297553FD00449BB1 /* vorbisfpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vorbisfpu.h; path = ../source/webmlib/vorbisfpu.h; sourceTree = ""; };
- 84A6BA33297553FD00449BB1 /* yuv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = yuv.c; path = ../source/webmlib/yuv.c; sourceTree = ""; };
- 84A6BA34297553FD00449BB1 /* yuv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = ../source/webmlib/yuv.h; sourceTree = ""; };
- 84A6BA3F2975543700449BB1 /* align.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = align.h; path = ../source/webmlib/halloc/align.h; sourceTree = ""; };
- 84A6BA402975543700449BB1 /* halloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = halloc.c; path = ../source/webmlib/halloc/halloc.c; sourceTree = ""; };
- 84A6BA412975543700449BB1 /* halloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = halloc.h; path = ../source/webmlib/halloc/halloc.h; sourceTree = ""; };
- 84A6BA422975543700449BB1 /* hlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hlist.h; path = ../source/webmlib/halloc/hlist.h; sourceTree = ""; };
- 84A6BA432975543700449BB1 /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = macros.h; path = ../source/webmlib/halloc/macros.h; sourceTree = ""; };
- 84A6BA442975543700449BB1 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../source/webmlib/halloc/README; sourceTree = ""; };
- 84A6BA4C2975545D00449BB1 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../source/webmlib/nestegg/LICENSE; sourceTree = ""; };
- 84A6BA4D2975545D00449BB1 /* nestegg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = nestegg.c; path = ../source/webmlib/nestegg/nestegg.c; sourceTree = ""; };
- 84A6BA4E2975545D00449BB1 /* nestegg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nestegg.h; path = ../source/webmlib/nestegg/nestegg.h; sourceTree = ""; };
- 84A6BA522975548B00449BB1 /* openbor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openbor.c; path = ../openbor.c; sourceTree = ""; };
- 84A6BA532975548B00449BB1 /* openbor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = openbor.h; path = ../openbor.h; sourceTree = ""; };
- 84A6BA542975548B00449BB1 /* openborscript.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openborscript.c; path = ../openborscript.c; sourceTree = ""; };
- 84A6BA5929755EC200449BB1 /* control.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = control.c; path = ../source/sdl/control.c; sourceTree = ""; };
- 84A6BA5A29755EC200449BB1 /* control.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = control.h; path = ../source/sdl/control.h; sourceTree = ""; };
- 84A6BA5B29755EC200449BB1 /* hankaku.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hankaku.h; path = ../source/sdl/hankaku.h; sourceTree = ""; };
- 84A6BA5C29755EC200449BB1 /* joysticks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = joysticks.c; path = ../source/sdl/joysticks.c; sourceTree = ""; };
- 84A6BA5D29755EC200449BB1 /* joysticks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = joysticks.h; path = ../source/sdl/joysticks.h; sourceTree = ""; };
- 84A6BA5E29755EC200449BB1 /* loadgl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loadgl.c; path = ../source/sdl/loadgl.c; sourceTree = ""; };
- 84A6BA5F29755EC200449BB1 /* loadgl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = loadgl.h; path = ../source/sdl/loadgl.h; sourceTree = ""; };
- 84A6BA6029755EC200449BB1 /* menu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = menu.c; path = ../source/sdl/menu.c; sourceTree = ""; };
- 84A6BA6129755EC200449BB1 /* menu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = menu.h; path = ../source/sdl/menu.h; sourceTree = ""; };
- 84A6BA6229755EC200449BB1 /* opengl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = opengl.c; path = ../source/sdl/opengl.c; sourceTree = ""; };
- 84A6BA6329755EC200449BB1 /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = ../source/sdl/opengl.h; sourceTree = ""; };
- 84A6BA6429755EC200449BB1 /* sblaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sblaster.c; path = ../source/sdl/sblaster.c; sourceTree = ""; };
- 84A6BA6529755EC200449BB1 /* sblaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sblaster.h; path = ../source/sdl/sblaster.h; sourceTree = ""; };
- 84A6BA6629755EC200449BB1 /* sdlport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdlport.c; path = ../source/sdl/sdlport.c; sourceTree = ""; };
- 84A6BA6729755EC200449BB1 /* sdlport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdlport.h; path = ../source/sdl/sdlport.h; sourceTree = ""; };
- 84A6BA6829755EC200449BB1 /* threads.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = threads.c; path = ../source/sdl/threads.c; sourceTree = ""; };
- 84A6BA6929755EC200449BB1 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = timer.c; path = ../source/sdl/timer.c; sourceTree = ""; };
- 84A6BA6A29755EC200449BB1 /* video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = video.c; path = ../source/sdl/video.c; sourceTree = ""; };
- 84A6BA6B29755EC200449BB1 /* video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = video.h; path = ../source/sdl/video.h; sourceTree = ""; };
- 84A6BA6C29755EC200449BB1 /* videocommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = videocommon.c; path = ../source/sdl/videocommon.c; sourceTree = ""; };
- 84A6BA6D29755EC200449BB1 /* videocommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = videocommon.h; path = ../source/sdl/videocommon.h; sourceTree = ""; };
- 84A6BA8E297565BC00449BB1 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpng.a; sourceTree = ""; };
- 84A6BA8F297565BC00449BB1 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; };
- 84A6BA90297565BC00449BB1 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; };
- 84A6BA91297565BC00449BB1 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; };
- 84A6BA96297565F000449BB1 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = begin_code.h; sourceTree = ""; };
- 84A6BA97297565F000449BB1 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = close_code.h; sourceTree = ""; };
- 84A6BA98297565F000449BB1 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_assert.h; sourceTree = ""; };
- 84A6BA99297565F000449BB1 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_atomic.h; sourceTree = ""; };
- 84A6BA9A297565F000449BB1 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audio.h; sourceTree = ""; };
- 84A6BA9B297565F000449BB1 /* SDL_bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_bits.h; sourceTree = ""; };
- 84A6BA9C297565F000449BB1 /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendmode.h; sourceTree = ""; };
- 84A6BA9D297565F000449BB1 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_clipboard.h; sourceTree = ""; };
- 84A6BA9E297565F000449BB1 /* SDL_config_android.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_android.h; sourceTree = ""; };
- 84A6BA9F297565F000449BB1 /* SDL_config_iphoneos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_iphoneos.h; sourceTree = ""; };
- 84A6BAA0297565F000449BB1 /* SDL_config_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_macosx.h; sourceTree = ""; };
- 84A6BAA1297565F000449BB1 /* SDL_config_minimal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_minimal.h; sourceTree = ""; };
- 84A6BAA2297565F000449BB1 /* SDL_config_pandora.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_pandora.h; sourceTree = ""; };
- 84A6BAA3297565F000449BB1 /* SDL_config_psp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_psp.h; sourceTree = ""; };
- 84A6BAA4297565F000449BB1 /* SDL_config_windows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_windows.h; sourceTree = ""; };
- 84A6BAA5297565F000449BB1 /* SDL_config_winrt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_winrt.h; sourceTree = ""; };
- 84A6BAA6297565F000449BB1 /* SDL_config_wiz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_wiz.h; sourceTree = ""; };
- 84A6BAA7297565F000449BB1 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config.h; sourceTree = ""; };
- 84A6BAA8297565F000449BB1 /* SDL_config.h.cmake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SDL_config.h.cmake; sourceTree = ""; };
- 84A6BAA9297565F000449BB1 /* SDL_config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SDL_config.h.in; sourceTree = ""; };
- 84A6BAAA297565F000449BB1 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_copying.h; sourceTree = ""; };
- 84A6BAAB297565F000449BB1 /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cpuinfo.h; sourceTree = ""; };
- 84A6BAAC297565F000449BB1 /* SDL_egl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_egl.h; sourceTree = ""; };
- 84A6BAAD297565F000449BB1 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_endian.h; sourceTree = ""; };
- 84A6BAAE297565F000449BB1 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_error.h; sourceTree = ""; };
- 84A6BAAF297565F000449BB1 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events.h; sourceTree = ""; };
- 84A6BAB0297565F000449BB1 /* SDL_filesystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_filesystem.h; sourceTree = ""; };
- 84A6BAB1297565F000449BB1 /* SDL_gamecontroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gamecontroller.h; sourceTree = ""; };
- 84A6BAB2297565F000449BB1 /* SDL_gesture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gesture.h; sourceTree = ""; };
- 84A6BAB3297565F000449BB1 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_haptic.h; sourceTree = ""; };
- 84A6BAB4297565F000449BB1 /* SDL_hints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_hints.h; sourceTree = ""; };
- 84A6BAB5297565F000449BB1 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_joystick.h; sourceTree = ""; };
- 84A6BAB6297565F000449BB1 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard.h; sourceTree = ""; };
- 84A6BAB7297565F000449BB1 /* SDL_keycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keycode.h; sourceTree = ""; };
- 84A6BAB8297565F000449BB1 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_loadso.h; sourceTree = ""; };
- 84A6BAB9297565F000449BB1 /* SDL_log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_log.h; sourceTree = ""; };
- 84A6BABA297565F000449BB1 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_main.h; sourceTree = ""; };
- 84A6BABB297565F000449BB1 /* SDL_messagebox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_messagebox.h; sourceTree = ""; };
- 84A6BABC297565F000449BB1 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mouse.h; sourceTree = ""; };
- 84A6BABD297565F000449BB1 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mutex.h; sourceTree = ""; };
- 84A6BABE297565F000449BB1 /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_name.h; sourceTree = ""; };
- 84A6BABF297565F000449BB1 /* SDL_opengl_glext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengl_glext.h; sourceTree = ""; };
- 84A6BAC0297565F000449BB1 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengl.h; sourceTree = ""; };
- 84A6BAC1297565F000449BB1 /* SDL_opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles.h; sourceTree = ""; };
- 84A6BAC2297565F000449BB1 /* SDL_opengles2_gl2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_gl2.h; sourceTree = ""; };
- 84A6BAC3297565F000449BB1 /* SDL_opengles2_gl2ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_gl2ext.h; sourceTree = ""; };
- 84A6BAC4297565F000449BB1 /* SDL_opengles2_gl2platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_gl2platform.h; sourceTree = ""; };
- 84A6BAC5297565F000449BB1 /* SDL_opengles2_khrplatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_khrplatform.h; sourceTree = ""; };
- 84A6BAC6297565F000449BB1 /* SDL_opengles2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2.h; sourceTree = ""; };
- 84A6BAC7297565F000449BB1 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels.h; sourceTree = ""; };
- 84A6BAC8297565F000449BB1 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_platform.h; sourceTree = ""; };
- 84A6BAC9297565F000449BB1 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_power.h; sourceTree = ""; };
- 84A6BACA297565F000449BB1 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_quit.h; sourceTree = ""; };
- 84A6BACB297565F000449BB1 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rect.h; sourceTree = ""; };
- 84A6BACC297565F000449BB1 /* SDL_render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_render.h; sourceTree = ""; };
- 84A6BACD297565F000449BB1 /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_revision.h; sourceTree = ""; };
- 84A6BACE297565F000449BB1 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rwops.h; sourceTree = ""; };
- 84A6BACF297565F000449BB1 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_scancode.h; sourceTree = ""; };
- 84A6BAD0297565F000449BB1 /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_shape.h; sourceTree = ""; };
- 84A6BAD1297565F000449BB1 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_stdinc.h; sourceTree = ""; };
- 84A6BAD2297565F000449BB1 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_surface.h; sourceTree = ""; };
- 84A6BAD3297565F000449BB1 /* SDL_system.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_system.h; sourceTree = ""; };
- 84A6BAD4297565F000449BB1 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_syswm.h; sourceTree = ""; };
- 84A6BAD5297565F000449BB1 /* SDL_test_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_test_assert.h; sourceTree = ""; };
- 84A6BAD6297565F000449BB1 /* SDL_test_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_test_common.h; sourceTree = "