Nuked dawnshared

This commit is contained in:
2023-11-01 21:34:32 -05:00
parent 0590883c0d
commit ab1d39aa57
15 changed files with 51 additions and 15 deletions

View File

@ -0,0 +1,12 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
memory.cpp
UsageLock.cpp
Xml.cpp
)

View File

@ -4,7 +4,7 @@
// https://opensource.org/licenses/MIT
#pragma once
#include "dawnsharedlibs.hpp"
#include "dawnlibs.hpp"
#include "util/memory.hpp"
#include "assert/assert.hpp"
#include "util/array.hpp"

View File

@ -4,7 +4,7 @@
// https://opensource.org/licenses/MIT
#pragma once
#include "dawnsharedlibs.hpp"
#include "dawnlibs.hpp"
#include "assert/assert.hpp"
namespace Dawn {

View File

@ -4,7 +4,7 @@
// https://opensource.org/licenses/MIT
#pragma once
#include "dawnsharedlibs.hpp"
#include "dawnlibs.hpp"
typedef uint_fast8_t flag8_t;
typedef uint_fast16_t flag16_t;

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "dawnsharedlibs.hpp"
#include "dawnlibs.hpp"
#define MATH_PI 3.1415926535897f

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "dawnsharedlibs.hpp"
#include "dawnlibs.hpp"
#define DAWN_MEMORY_TRACKING 1