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:
Nik
2024-02-25 22:04:41 +01:00
committed by GitHub
parent 3f44a743e8
commit f70b7066b9
128 changed files with 298 additions and 298 deletions

View File

@@ -1,11 +1,11 @@
#pragma author WerWolv
#pragma description Windows HtmlHelp Data (ITSF / CHM)
#include <type/magic.pat>
#include <type/size.pat>
#include <type/guid.pat>
#include <type/leb128.pat>
#include <std/sys.pat>
import type.magic;
import type.size;
import type.guid;
import type.leb128;
import std.sys;
enum WindowsLanguageId : u32 {
Arabic_SaudiArabia = 0x401,