mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Normalize line endings
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
struct MMHandleBlock;
|
||||
|
||||
struct ResourceCompiledRef
|
||||
{
|
||||
const uint8_t *m_resData;
|
||||
int16_t m_resID;
|
||||
int16_t m_resNameOffset;
|
||||
uint8_t m_attributes;
|
||||
|
||||
uint32_t GetSize() const;
|
||||
};
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
struct MMHandleBlock;
|
||||
|
||||
struct ResourceCompiledRef
|
||||
{
|
||||
const uint8_t *m_resData;
|
||||
int16_t m_resID;
|
||||
int16_t m_resNameOffset;
|
||||
uint8_t m_attributes;
|
||||
|
||||
uint32_t GetSize() const;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user