aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-09-16 10:42:12 +0000
committerMax Horn2002-09-16 10:42:12 +0000
commita6c5762817069974dda24e86a08f91380f15d241 (patch)
treed98b9d29dea7f87ab878b16dcd2597b9a109b2b7 /scumm/scumm.h
parentae871cd4a6d358cedecd729fb951289c6535fab1 (diff)
downloadscummvm-rg350-a6c5762817069974dda24e86a08f91380f15d241.tar.gz
scummvm-rg350-a6c5762817069974dda24e86a08f91380f15d241.tar.bz2
scummvm-rg350-a6c5762817069974dda24e86a08f91380f15d241.zip
added some comments, cleanup
svn-id: r4950
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 4fa6b212c8..c547a8067d 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1384,7 +1384,6 @@ int oldDirToNewDir(int dir);
int normalizeAngle(int angle);
int fromSimpleDir(int dirtype, int dir);
int toSimpleDir(int dirtype, int dir);
-int numSimpleDirDirections(int dirType);
#endif