15 lines
242 B
C++
15 lines
242 B
C++
|
/***
|
||
|
Copyright (©) 2020 Reece Wilson (a/k/a "Reece").
|
||
|
All rights reserved.
|
||
|
|
||
|
File: AuroraConfiguration.hpp
|
||
|
Date: 2020-6-9
|
||
|
Originator: Reece
|
||
|
Purpose:
|
||
|
***/
|
||
|
#pragma once
|
||
|
|
||
|
extern "C"
|
||
|
{
|
||
|
#include "AuroraConfiguration.h"
|
||
|
}
|