common: make a common interface for creating a server socket

This commit is contained in:
Tyler Wilding
2022-04-26 21:32:46 -04:00
parent d41fe7e6ad
commit fe36687366
19 changed files with 416 additions and 325 deletions
+2 -1
View File
@@ -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