Added some todo's to digger.cpp

develop
mizipzor 2010-02-16 20:45:05 +01:00
parent 568fcd6105
commit eeb9ff1788
1 changed files with 6 additions and 0 deletions

@ -3,6 +3,12 @@
// Usage: Call with a list of TileClass ids separated by a space,
// every (visible) tile on the map with that id will be designated for digging.
// NOTE currently only works with trees
// TODO add a sort of "sub-target" to dig() to make it able to designate stone as well
// TODO add proper cli
// TODO add interactive text based menu
#include <iostream>
#include <integers.h>
#include <vector>