2015-07-13 06:29:12 +00:00
|
|
|
#include "DNACommon.hpp"
|
|
|
|
|
|
|
|
namespace Retro
|
|
|
|
{
|
|
|
|
|
2015-07-16 01:57:34 +00:00
|
|
|
LogVisor::LogModule LogDNACommon("Retro::DNACommon");
|
2015-11-10 02:07:15 +00:00
|
|
|
SpecBase* g_curSpec = nullptr;
|
2015-07-16 01:57:34 +00:00
|
|
|
|
2015-07-13 06:29:12 +00:00
|
|
|
}
|