mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
8 lines
138 B
C++
8 lines
138 B
C++
#include <istream>
|
|
#include <string>
|
|
|
|
namespace RBX
|
|
{
|
|
void readStreamIntoString(std::istream &stream, std::string& content);
|
|
} // RBX
|