fractorium/Source/EmberTester/EmberTester.h

11 lines
312 B
C
Raw Normal View History

#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>