diff options
author | Max Horn | 2005-04-10 09:45:05 +0000 |
---|---|---|
committer | Max Horn | 2005-04-10 09:45:05 +0000 |
commit | 82c10524b431061e0e79a8ed5eacf894109533b2 (patch) | |
tree | e9be25d62e35fa281a201aab0096db76a3b84086 | |
parent | 5b802a03e5c248ae14eab01233a86132ac278db4 (diff) | |
download | scummvm-rg350-82c10524b431061e0e79a8ed5eacf894109533b2.tar.gz scummvm-rg350-82c10524b431061e0e79a8ed5eacf894109533b2.tar.bz2 scummvm-rg350-82c10524b431061e0e79a8ed5eacf894109533b2.zip |
gBitFormat TODO
svn-id: r17504
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -213,6 +213,13 @@ Plugins needs to search in the plugin dir of the active bundle. So use the CF bundle API, inside a #ifdef MACOSX block. +OSystem +======= +* Right now gBitFormat is part of common/scaler.cpp; we might want to move it + to common/system.cpp, or replace it with something better. + No hasty changes here, please, make sure you understand how it is used right + now before messing with it ;-) + ####################################################################### # Engines / frontends |