From 24be3228d463d6b2501cbca9368e14e91ab42182 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 6 Feb 2007 16:03:52 +0000 Subject: Tutorial (JPEG) and some formatting cleanup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@924 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/command.h') diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h index f33e79954a..37ed7353c3 100644 --- a/crawl-ref/source/command.h +++ b/crawl-ref/source/command.h @@ -62,6 +62,7 @@ void swap_inv_slots(int slot1, int slot2, bool verbose); void show_levelmap_help(); void show_targeting_help(); void list_commands(bool wizard); +void list_tutorial_help(void); // Actually defined in acr.cc; we may want to move this to command.cc void process_command(command_type cmd); -- cgit v1.2.3-54-g00ecf