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

#pragma once

class ControlModule class ControlModule
{ {
private: private:

+ 2
- 0
Input/input.h View File

#pragma once

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

+ 2
- 0
Interpreter/interpreter.h View File

#pragma once

class Interpreter class Interpreter
{ {
private: private:

+ 2
- 0
IntersectionHandler/intersection_handler.h View File

#pragma once

class IntersectionHandler class IntersectionHandler
{ {
private: private:

+ 2
- 0
Utils/utils.h View File

#pragma once

class LFRPoint class LFRPoint
{ {
private: private:

+ 2
- 0
lfr.h View File

#pragma once

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

Loading…
Cancel
Save