diff options
Diffstat (limited to 'Private/Source/Timer.cxx')
| -rw-r--r-- | Private/Source/Timer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/Timer.cxx b/Private/Source/Timer.cxx index 137a5545..fdcf570d 100644 --- a/Private/Source/Timer.cxx +++ b/Private/Source/Timer.cxx @@ -1,7 +1,7 @@ /* * ======================================================== * - * hCore + * HCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== @@ -11,7 +11,7 @@ // bugs = 0 -using namespace hCore; +using namespace HCore; Int32 HardwareTimerInterface::Wait() noexcept { return H_UNIMPLEMENTED; } |
