#pragma once #include class ChangelogPage : public brls::AppletFrame { private: brls::List* list; std::vector items; public: ChangelogPage(); };