rockbox/apps/plugins/reversi
Jens Arnold d3586837fa Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15997 a1c6a512-1295-4272-9138-f99709370657
2008-01-04 21:07:05 +00:00
..
Makefile Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
reversi-game.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-game.h Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-gui.c Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
reversi-gui.h Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly. 2007-11-02 05:21:34 +00:00
reversi-strategy-naive.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy-simple.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy.h Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
SOURCES Implement 2 simple AIs for reversi: 2007-07-01 17:51:38 +00:00