Unravel Engine C++ Reference
Loading...
Searching...
No Matches
obj_writer.cpp
Go to the documentation of this file.
1#include "obj_writer.hpp"
2
3using namespace generator;
4
5obj_writer_t::obj_writer_t() : base_{1}, ss_{}
6{
7}