aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 03f994de6c..76d36ea433 100644
--- a/TODO
+++ b/TODO
@@ -301,7 +301,11 @@ Plugins
and to display a list of supported game IDs. This leads to "-z" displaying
e.g. the obsolete "zakTowns" target. So we should separate the two. There
are multiple ways to do that, of course.
-
+* split base/plugins.h into the part needed to implement a plugin, and the part
+ needed by client code. Maybe also move DetectedGame and GameSettings to a new
+ file base/game.h
+
+
OSystem
=======
* Right now gBitFormat is part of common/scaler.cpp; we might want to move it