5 lines
75 B
C++
5 lines
75 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
std::string ToString(app::Object* object);
|