X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmainloop.hpp;h=6edb42123ff32681910aa7ad3978a01018685b52;hb=691335a74a0717e839f440c6151f1517cf89548d;hp=bd03372b94467fc1d6e6018ddb74118c171a9cf9;hpb=20efd7620620892d92b1c7df124c3a0c8df22a82;p=supertux.git diff --git a/src/mainloop.hpp b/src/mainloop.hpp index bd03372b9..6edb42123 100644 --- a/src/mainloop.hpp +++ b/src/mainloop.hpp @@ -28,6 +28,9 @@ class Console; class ScreenFade; class DrawingContext; +/** + * Manages, updates and draws all Screens, Controllers, Menus and the Console. + */ class MainLoop { public: