Browse Source

Throwing around some pragma onces

pull/1/head
Tim Zeuner 1 year ago
parent
commit
cef35f412e

+ 2
- 0
ControlModule/control_module.h View File

@@ -1,3 +1,5 @@
#pragma once

class ControlModule
{
private:

+ 2
- 0
Input/input.h View File

@@ -1,3 +1,5 @@
#pragma once

#include <iostream>
#include <vector>
#include <string>

+ 2
- 0
Interpreter/interpreter.h View File

@@ -1,3 +1,5 @@
#pragma once

class Interpreter
{
private:

+ 2
- 0
IntersectionHandler/intersection_handler.h View File

@@ -1,3 +1,5 @@
#pragma once

class IntersectionHandler
{
private:

+ 2
- 0
Utils/utils.h View File

@@ -1,3 +1,5 @@
#pragma once

class LFRPoint
{
private:

+ 2
- 0
lfr.h View File

@@ -1,3 +1,5 @@
#pragma once

#include <iostream>
#include <future>
#include <thread>

Loading…
Cancel
Save