Throwing around some pragma onces

This commit is contained in:
Tim Zeuner 2022-11-10 17:07:39 +01:00
parent 035bcfb253
commit cef35f412e
6 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#pragma once
class ControlModule
{
private:

View File

@ -1,3 +1,5 @@
#pragma once
#include <iostream>
#include <vector>
#include <string>

View File

@ -1,3 +1,5 @@
#pragma once
class Interpreter
{
private:

View File

@ -1,3 +1,5 @@
#pragma once
class IntersectionHandler
{
private:

View File

@ -1,3 +1,5 @@
#pragma once
class LFRPoint
{
private:

2
lfr.h
View File

@ -1,3 +1,5 @@
#pragma once
#include <iostream>
#include <future>
#include <thread>