13 lines
132 B
C++
13 lines
132 B
C++
#pragma once
|
|
|
|
#include <Juliet.h>
|
|
|
|
#if JULIET_DEBUG
|
|
|
|
namespace UnitTest
|
|
{
|
|
void WorldUnitTest();
|
|
} // namespace UnitTest
|
|
|
|
#endif
|