conf.cpp: convert to Unix line endings like other files
style/namespace: use C++ #include <> instead of C #include *.h to keep namespace clean
make audio optional for Unix and Windows. This can help simplify debug/devel and allow easier use on systems where pulseaudio or any audio may be an issue
remove need for NIX, WIN, etc. defines. This can be done in the Makefile, CMakeLists.txt, etc.
#include <>
instead of C#include *.h
to keep namespace cleanNIX
,WIN
, etc. defines. This can be done in the Makefile, CMakeLists.txt, etc.