root/trunk/src/game-cmd.c

Revision 918, 214 bytes (checked in by takkaria, 5 months ago)

Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.

  • Property svn:eol-style set to native
Line 
1
2 #include "angband.h"
3 #include "game-cmd.h"
4
5 /*
6  * A function called by the game to get a command from the UI.
7  * Just a hook, with the real function supplied by the UI.
8  */
9 game_command (*get_game_command)(void);
Note: See TracBrowser for help on using the browser.