convert to unix line endings

This commit is contained in:
Aaron Kimbre
2022-08-05 22:01:59 -05:00
parent ea86988521
commit 72477e01e2
132 changed files with 132 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
#include "MovementAIComponent.h"
#include "MovementAIComponent.h"
#include <utility>
#include <cmath>

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <map>

View File

@@ -1,4 +1,4 @@
#include "PropertyManagementComponent.h"
#include "PropertyManagementComponent.h"
#include <sstream>

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <chrono>
#include "Entity.h"

View File

@@ -1,4 +1,4 @@
#include "PropertyVendorComponent.h"
#include "PropertyVendorComponent.h"
#include "PropertyDataMessage.h"
#include "GameMessages.h"

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "Entity.h"
#include "Component.h"