Threader removed for now

This commit is contained in:
dawidg81 2026-03-06 20:19:37 +01:00
commit d039cf8ab0
2 changed files with 0 additions and 14 deletions

View file

@ -1,6 +0,0 @@
#include "Threader.hpp"
int Threader::winNew()
{
return 0;
}

View file

@ -1,8 +0,0 @@
#pragma once
#include <thread>
class Threader
{
public:
int winNew();
};