Move tests to a separate folder

This commit is contained in:
Duncan Ogilvie 2024-08-05 15:53:06 +02:00
parent 625b28823a
commit 633a864c9c
18 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#include "_global.h"
#include "log.h"
log::log(void)
{
}
log::~log(void)
{
GuiAddLogMessage(message.str().c_str());
}