mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
7 lines
No EOL
131 B
C++
7 lines
No EOL
131 B
C++
#pragma once
|
|
|
|
#ifdef _MSC_VER
|
|
#define ALWAYS_INLINE __forceinline
|
|
#else
|
|
#define ALWAYS_INLINE __attribute__((always_inline))
|
|
#endif |