mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-06 03:44:30 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
+3
-1
@@ -3,6 +3,8 @@
|
||||
* Utility Functions
|
||||
*/
|
||||
|
||||
#include "d/dolzel.h"
|
||||
|
||||
#include "d/d_lib.h"
|
||||
#include "d/d_event.h"
|
||||
#include "d/d_stage.h"
|
||||
@@ -306,4 +308,4 @@ void dLib_time_c::startTime() {
|
||||
m_diffTime += OSGetTime() - m_stopTime;
|
||||
m_timeStopped = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user