Added the ability to set sound to use STEREO16 format instead of STEREO_FLOAT32 (defaults to STEREO_FLOAT32);

Moved network-related files to their own subdirectory.
This commit is contained in:
OBattler
2017-06-14 07:21:01 +02:00
parent 13f769ec09
commit 62dea57270
64 changed files with 255 additions and 193 deletions

View File

@@ -59,7 +59,7 @@
#include "model.h"
#include "mouse.h"
#include "plat_mouse.h"
#include "network.h"
#include "network/network.h"
#include "serial.h"
#include "sound/sound.h"
#include "sound/snd_cms.h"