mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
6 lines
50 B
C++
6 lines
50 B
C++
#pragma once
|
|
|
|
#include <cmath>
|
|
|
|
using std::isnan;
|