diff --git a/Bin/DLL/GameLogic_x64D.pdb b/Bin/DLL/GameLogic_x64D.pdb new file mode 100644 index 00000000..6cf648dd Binary files /dev/null and b/Bin/DLL/GameLogic_x64D.pdb differ diff --git a/Bin/DLL/GamePhysics_x64D.pdb b/Bin/DLL/GamePhysics_x64D.pdb new file mode 100644 index 00000000..cafb4598 Binary files /dev/null and b/Bin/DLL/GamePhysics_x64D.pdb differ diff --git a/Bin/DLL/OysterGraphics_x64.pdb b/Bin/DLL/OysterGraphics_x64.pdb new file mode 100644 index 00000000..bb6604e9 Binary files /dev/null and b/Bin/DLL/OysterGraphics_x64.pdb differ diff --git a/Bin/DLL/OysterGraphics_x64D.pdb b/Bin/DLL/OysterGraphics_x64D.pdb new file mode 100644 index 00000000..a11ee38a Binary files /dev/null and b/Bin/DLL/OysterGraphics_x64D.pdb differ diff --git a/Code/Game/DanBiasLauncher/Launcher.cpp b/Code/Game/DanBiasLauncher/Launcher.cpp index 0efd5e2e..8fd73cec 100644 --- a/Code/Game/DanBiasLauncher/Launcher.cpp +++ b/Code/Game/DanBiasLauncher/Launcher.cpp @@ -6,8 +6,8 @@ #include -#include "DanBiasServerAPI.h" -//#include "DanBiasGame.h" +//#include "DanBiasServerAPI.h" +#include "DanBiasGame.h" int WINAPI WinMain( HINSTANCE hinst, HINSTANCE prevInst, PSTR cmdLine, int cmdShow)