mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
#pragma once
|
|
|
|
namespace std {
|
|
template<class T> class numeric_limits;
|
|
};
|