RedFlame v0.1.1
A high intensity flame eminating from software
Loading...
Searching...
No Matches
Properties.h
1//----------------------------------------------------------------
2//
3// File: Properties.h
4//
5//----------------------------------------------------------------
6
7#pragma once
8
9namespace App {
10
12{
13public:
16 Properties();
17 ~Properties() = default;
19
23
27};
28
29/*-----------------------------------------------------------*/
38
39} // namespace App
40
41//----------------------------------------------------------------
Properties()
Definition Properties.cpp:16
Application level functions and classes.
Definition CommandLine.h:14