10 lines
No EOL
166 B
C++
10 lines
No EOL
166 B
C++
#pragma once
|
|
|
|
#include "analysis.h"
|
|
#include <fstream>
|
|
|
|
namespace data {
|
|
|
|
void writeCodeForClass(std::ofstream& out, std::string headerPath, ClassAnalysis& state);
|
|
|
|
} |