mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
common: make a common interface for creating a server socket
This commit is contained in:
@@ -41,6 +41,7 @@ void FrameLimiter::run(double target_fps,
|
||||
|
||||
#else
|
||||
|
||||
#define NOMINMAX
|
||||
#include <Windows.h>
|
||||
|
||||
FrameLimiter::FrameLimiter() {
|
||||
@@ -74,4 +75,4 @@ void FrameLimiter::run(double target_fps,
|
||||
m_timer.start();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user