mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-10 10:02:35 +00:00
6 lines
No EOL
142 B
C
6 lines
No EOL
142 B
C
#pragma once
|
|
#if defined(_WIN32) || defined(WIN32) || defined(_WIN64) || defined(WIN64)
|
|
#include "os_win.h"
|
|
#else
|
|
#include "os_other.h"
|
|
#endif |