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