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