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