summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Miller <seanmiller999@gmail.com>2026-04-14 14:51:17 +0100
committerSean Miller <seanmiller999@gmail.com>2026-04-14 14:51:17 +0100
commita72e4e4bbfcabe0d2d961fe61d6c2d14ec88b826 (patch)
tree684646d3a22608f35ca5ba9ecb1923e89b976b29 /src
parentb19d21a44433bde9047686855e24ecd2875a22f8 (diff)
Rename eggUnk.cpp to eggThreadMonitor.cpp
Diffstat (limited to 'src')
-rw-r--r--src/egg/core/eggThreadMonitor.cpp (renamed from src/egg/core/eggUnk.cpp)2
-rw-r--r--src/m/m_thread.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/egg/core/eggUnk.cpp b/src/egg/core/eggThreadMonitor.cpp
index e49285ca..c7b2a5c6 100644
--- a/src/egg/core/eggUnk.cpp
+++ b/src/egg/core/eggThreadMonitor.cpp
@@ -1,4 +1,4 @@
-#include "egg/core/eggUnk.h"
+#include "egg/core/eggThreadMonitor.h"
#include "rvl/OS.h"
diff --git a/src/m/m_thread.cpp b/src/m/m_thread.cpp
index 49fd62ba..3311b080 100644
--- a/src/m/m_thread.cpp
+++ b/src/m/m_thread.cpp
@@ -1,6 +1,6 @@
#include "m/m_thread.h"
-#include "egg/core/eggUnk.h"
+#include "egg/core/eggThreadMonitor.h"
#include "rvl/OS/OSThread.h"
void mThread::registerThread(OSThread *thread, void *threadArg) {