refactor(offset): replace include guard with #pragma once

This commit is contained in:
Changhua 2025-03-05 01:19:05 +08:00
parent e9c64e4ef4
commit ccc8dcbbcd

View File

@ -1,5 +1,4 @@
#ifndef OFFSETS_H
#define OFFSETS_H
#pragma once
#include <cstdint>
@ -140,5 +139,3 @@ namespace Misc
}
}
}
#endif // OFFSETS_H