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