diff options
Diffstat (limited to 'launcher/icons/IIconList.cpp')
-rw-r--r-- | launcher/icons/IIconList.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/launcher/icons/IIconList.cpp b/launcher/icons/IIconList.cpp new file mode 100644 index 00000000..b3a8fb43 --- /dev/null +++ b/launcher/icons/IIconList.cpp @@ -0,0 +1,7 @@ +#include "IIconList.h" + +// blargh +IIconList::~IIconList() +{ +} + |