14 lines
281 B
C++
14 lines
281 B
C++
|
/***
|
||
|
Copyright (©) 2020 Reece Wilson (a/k/a "Reece").
|
||
|
All rights reserved.
|
||
|
|
||
|
File: AuroraCommon.hpp
|
||
|
Date: 2020-6-10
|
||
|
Originator: Reece
|
||
|
Purpose:
|
||
|
***/
|
||
|
#pragma once
|
||
|
|
||
|
#include "AuroraConfiguration.hpp"
|
||
|
#include "AuroraEnvrionment.hpp"
|
||
|
#include "AuroraTypes.hpp"
|