Asset Progress

This commit is contained in:
2023-11-25 15:51:20 -06:00
parent 688658c8e9
commit f6512206a5
28 changed files with 801 additions and 119 deletions

View File

@ -0,0 +1,15 @@
// Copyright (c) 2023 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#pragma once
#include "dawnlibs.hpp"
namespace Dawn {
class Environment {
public:
};
extern Dawn::Environment environment;
}