dolphin/Externals/implot/implot_isnan_fix.h
2025-12-11 03:50:00 +01:00

6 lines
50 B
C++

#pragma once
#include <cmath>
using std::isnan;