- Basic RTTI type data with inheritance.

This commit is contained in:
2025-11-28 12:58:23 -05:00
parent b9026ec8da
commit fe8c3a4602
126 changed files with 2158 additions and 979 deletions

View File

@@ -24,7 +24,7 @@
inline void float_h()
{
std::ofstream out("float.h");
std::ofstream out("fennec/langcpp/float.h");
out << "// =====================================================================================================================" << std::endl;
out << "// fennec, a free and open source game engine" << std::endl;
@@ -64,7 +64,7 @@ inline void float_h()
out << "" << std::endl;
out << "#include <fennec/lang/bits.h>" << std::endl;
out << "#include <fennec/langcpp/bits.h>" << std::endl;
out << "" << std::endl;