(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp.

This commit is contained in:
rubidium
2009-03-13 20:29:35 +00:00
parent 070320f25b
commit e6353a1a22
7 changed files with 143 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file vehicle.cpp Base implementations of all vehicles. */
/** @file vehicle_cmd.cpp Commands for vehicles. */
#include "stdafx.h"
#include "openttd.h"