Test
Some checks failed
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Failing after 1m23s

This commit is contained in:
2024-01-30 19:07:51 -08:00
parent 894b99e678
commit 4adb0c0478
2 changed files with 3 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#include "ehs/EHS.h"
#include "ehs/Str.h"
#include "ehs/io/Console.h"
#include <ehs/EHS.h>
#include <ehs/Str.h>
#include <ehs/io/Console.h>
ehs::Int_32 Main(ehs::Str_8* appName, ehs::Str_8* appVerId, ehs::Version* appVer)
{