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 "PropertyDataMessage.h"
#include "PropertyDataMessage.h"
#include "GeneralUtils.h"

View File

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

View File

@@ -1,4 +1,4 @@
#include "PropertySelectQueryProperty.h"
#include "PropertySelectQueryProperty.h"
void PropertySelectQueryProperty::Serialize(RakNet::BitStream& stream) const {
stream.Write(CloneId);

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#ifndef PROPERTYSELECTQUERY_H
#define PROPERTYSELECTQUERY_H