forked from aya/aya
Initial commit
This commit is contained in:
7
engine/core/src/StreamHelpers.hpp
Normal file
7
engine/core/src/StreamHelpers.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <istream>
|
||||
#include <string>
|
||||
|
||||
namespace Aya
|
||||
{
|
||||
void readStreamIntoString(std::istream& stream, std::string& content);
|
||||
} // namespace Aya
|
||||
Reference in New Issue
Block a user