- rename config.h to engine_config.h to avoid possible problems with include directories order

This commit is contained in:
2023-11-26 16:32:32 +03:00
parent 8ec6245496
commit 677faa0615
27 changed files with 33 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "../config.h"
#include "../engine_config.h"
#include "Audio_Resampler.h"
#include <stdlib.h>
#include <assert.h>