mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-10 13:38:08 -05:00
6 lines
50 B
C++
6 lines
50 B
C++
#pragma once
|
|
|
|
#include <cmath>
|
|
|
|
using std::isnan;
|