Fix: Incorrect include path for timers. (#11351)

This commit is contained in:
Peter Nelson
2023-10-04 17:02:16 +01:00
committed by GitHub
parent 7145b7060a
commit d1a94d75e1
7 changed files with 15 additions and 15 deletions

View File

@@ -10,11 +10,11 @@
* This file implements the timer logic for the tick-based game-timer.
*/
#include "stdafx.h"
#include "../stdafx.h"
#include "timer.h"
#include "timer_game_tick.h"
#include "safeguards.h"
#include "../safeguards.h"
uint64_t TimerGameTick::counter = 0;