15 lines
244 B
C++
15 lines
244 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"
|
|
} |