mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-22 05:30:06 -05:00
11 lines
312 B
C
11 lines
312 B
C
|
#pragma once
|
||
|
|
||
|
#include "EmberCommon.h"
|
||
|
|
||
|
/// <summary>
|
||
|
/// EmberTester is a scratch area used for on the fly testing.
|
||
|
/// It may become a more formalized automated testing system
|
||
|
/// in the future. At the moment it isn't expected to build or
|
||
|
/// give any useful insight into the workings of Ember.
|
||
|
/// </summary>
|