historical/toontown-classic.git/panda/include/parser-inc/iomanip
2024-01-16 11:20:27 -06:00

6 lines
97 B
Text

#pragma once
namespace std {
template<class CharT> void setfill(CharT c);
void setw(int);
}