mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-11 00:29:53 +00:00
added partial VFS support - enough to read static data from any source
This commit is contained in:
parent
0951283b31
commit
fa3e9e7329
56 changed files with 4021 additions and 606 deletions
|
@ -31,7 +31,7 @@ Emote::Emote()
|
|||
void Emote::load(const std::string &file)
|
||||
{
|
||||
emotes.clear();
|
||||
std::ifstream in(file.c_str());
|
||||
VFSTextStdStreamIn in(file.c_str());
|
||||
std::string line;
|
||||
|
||||
while (std::getline(in, line))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue