mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Declare more common types in the global scope
This should had gone before the prior commit
This commit is contained in:
parent
399131d57d
commit
b3583cf005
@ -6,6 +6,8 @@ using std::pair;
|
||||
using std::regex;
|
||||
using std::string;
|
||||
using std::wstring;
|
||||
using std::u16string;
|
||||
using std::u32string;
|
||||
using std::vector;
|
||||
using std::fstream;
|
||||
using std::ifstream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user