-*- text -*-

TODO for libgameinput
- = not done, + = done, / = mostly done

General:
/ Make changing the command delimeter work
       This sort of works. It still requires you to press return while
       using std::cin. It should work fine if you are reading from a
       file. It can be useful to change the delimeter to something
       like ';' so you can enter more than one command on a line. I
       don't know if there is any reason to make it work more (or if
       it is possible with the way iostreams behaves).
- More error checking
- Set up automake to build shared libraries
  (libtool cannot be used for this because it does not compile C++
  correctly)
- Cleaner API
+ Optional arguments for game handler functions
+ Way to give error messages when there are not enough args
  (error message given to event_handler register)
- Make error message when wrong number of args better (ways to retrieve
  messages, more abstracted, more powerful)

Documentation:
- Index (concept, variable, function)
- Reference Chapter
- FDLize manual