mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -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