aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-04-07 10:02:59 +0000
committerNicola Mettifogo2007-04-07 10:02:59 +0000
commit59b15386853af4e2e3dbe4ec21518874b6b45625 (patch)
treed20c349eef264ab64d370ce0167e698a7e502c14 /engines/parallaction/parser.h
parent93673711073bbf6947e83ca3ec9cd262036aa64a (diff)
downloadscummvm-rg350-59b15386853af4e2e3dbe4ec21518874b6b45625.tar.gz
scummvm-rg350-59b15386853af4e2e3dbe4ec21518874b6b45625.tar.bz2
scummvm-rg350-59b15386853af4e2e3dbe4ec21518874b6b45625.zip
Reduced dependency between project files, and prepared defs.h for deletion as soon as List<>'s usage is implemented.
svn-id: r26400
Diffstat (limited to 'engines/parallaction/parser.h')
-rw-r--r--engines/parallaction/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/parser.h b/engines/parallaction/parser.h
index f662d8a896..a6a2019743 100644
--- a/engines/parallaction/parser.h
+++ b/engines/parallaction/parser.h
@@ -23,9 +23,10 @@
#ifndef PARALLACTION_PARSER_H
#define PARALLACTION_PARSER_H
-#include "parallaction/defs.h"
#include "common/stream.h"
+#include "parallaction/defs.h"
+
namespace Parallaction {
char *parseNextLine(char *s, uint16 count);