diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-14 14:51:17 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-14 14:51:17 +0100 |
| commit | a72e4e4bbfcabe0d2d961fe61d6c2d14ec88b826 (patch) | |
| tree | 684646d3a22608f35ca5ba9ecb1923e89b976b29 /src/m | |
| parent | b19d21a44433bde9047686855e24ecd2875a22f8 (diff) | |
Rename eggUnk.cpp to eggThreadMonitor.cpp
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/m_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
