openblocks/autogen/src/object/codegen.h

10 lines
No EOL
168 B
C++

#pragma once
#include "analysis.h"
#include <fstream>
namespace object {
void writeCodeForClass(std::ofstream& out, std::string headerPath, ClassAnalysis& state);
}