- backend update from GZDoom.

* cleanup on the sound init code.
* added #pragma once in several headers.
* macOS version detection overhaul.
This commit is contained in:
Christoph Oelckers 2023-07-22 09:54:00 +02:00
parent 706c784965
commit 6aa61e72b5
32 changed files with 135 additions and 91 deletions

View file

@ -1,3 +1,4 @@
#pragma once
#include "files.h"
#include "engineerrors.h"