mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
includes: Switch over to import statements (#224)
* Update includes and patterns to new import system * Update namespaces to new syntax
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#pragma author iTrooz
|
||||
#pragma description UEFI Boot Entry (Load option)
|
||||
|
||||
#include <std/io.pat>
|
||||
#include <type/guid.pat>
|
||||
import std.io;
|
||||
import type.guid;
|
||||
|
||||
// subsection 10.3.5.1
|
||||
struct HARD_DRIVE {
|
||||
|
||||
Reference in New Issue
Block a user