X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParsedSource.h;h=98ecd8423c401652f235c01a5ed7d68d40b1379b;hb=d5959073b2c413ba1bd6f3d14bc8bcf59304e488;hp=8401777f54e0f43ebac98a6ed2e3286a268ec87f;hpb=09e8cfd4d7b2d187fed0870ebdb2e9e3f77fe4b9;p=l2e.git diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index 8401777..98ecd84 100644 --- a/src/loader/ParsedSource.h +++ b/src/loader/ParsedSource.h @@ -206,6 +206,9 @@ public: const std::map &Definitions() const { return definitions; } const std::set &Exports() const { return exports; } +public: + void WriteHeader(std::ostream &) const; + private: std::map declarations; std::map definitions;