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 class ControlModule
{ {
private: private:

View File

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

View File

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

View File

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

View File

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

2
lfr.h
View File

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