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:
@@ -174,7 +174,7 @@ def handle_seq(seq):
|
||||
def generate_imhex_pattern(data):
|
||||
global top_level_struct
|
||||
|
||||
add_line("#include <type/magic.pat>\n")
|
||||
add_line("import type.magic;\n")
|
||||
|
||||
if "meta" in data:
|
||||
handle_meta(data["meta"])
|
||||
|
||||
Reference in New Issue
Block a user