road_cmd.h
author KUDr
Sat, 18 Nov 2006 19:20:47 +0000
changeset 5129 15e48dea98a5
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

void DrawRoadDepotSprite(int x, int y, DiagDirection dir);

#endif /* ROAD_CMD_H */