File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PopTracker Changelog
22
3+ ## v0.14.2
4+
5+ * Pack Features
6+ * work around bug in IoGR's logic with random starting location
7+ * added ` composite_toggle ` item type
8+
39## v0.14.1
410
511* Fixes
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class PopTracker final : public App {
4747 virtual ~PopTracker ();
4848
4949 static constexpr const char APPNAME [] = " PopTracker" ;
50- static constexpr const char VERSION_STRING [] = " 0.14.1 " ;
50+ static constexpr const char VERSION_STRING [] = " 0.14.2 " ;
5151
5252protected:
5353 virtual bool start ();
Original file line number Diff line number Diff line change 22#define _UILIB_COLORHELPER_H
33
44#include <stdint.h>
5+ #include <stdio.h>
56#include <SDL2/SDL.h>
67#include <SDL2/SDL_image.h>
78
Original file line number Diff line number Diff line change 11#include " imagefilter.h"
22#include " colorhelper.h"
3+ #include < stdio.h>
34
45namespace Ui {
56
You can’t perform that action at this time.
0 commit comments