historical/toontown-classic.git/panda/include/parser-inc/iomanip

7 lines
97 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
#pragma once
namespace std {
template<class CharT> void setfill(CharT c);
void setw(int);
}