aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/mort.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-12-30 22:27:14 +1100
committerStrangerke2012-04-06 08:18:49 +0200
commitb4934ea1bf3cdb6703749b33dddf758d8a399e0b (patch)
tree4d39947eb18ad0c65793be2ccd21d29d25149dab /engines/mortevielle/mort.h
parentc1ead19c5d68df4d4acb52426162cd67e84d003b (diff)
downloadscummvm-rg350-b4934ea1bf3cdb6703749b33dddf758d8a399e0b.tar.gz
scummvm-rg350-b4934ea1bf3cdb6703749b33dddf758d8a399e0b.tar.bz2
scummvm-rg350-b4934ea1bf3cdb6703749b33dddf758d8a399e0b.zip
MORTEVIELLE: Compilation fixes and extern prefixes to header file method declarations
Diffstat (limited to 'engines/mortevielle/mort.h')
-rw-r--r--engines/mortevielle/mort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/mort.h b/engines/mortevielle/mort.h
index 0b78deb028..fa42288963 100644
--- a/engines/mortevielle/mort.h
+++ b/engines/mortevielle/mort.h
@@ -30,9 +30,9 @@
namespace Mortevielle {
-void divers(int np, bool b);
+extern void divers(int np, bool b);
/* NIVEAU 0 */
-int main(int argc, const char *argv[]);
+extern int main(int argc, const char *argv[]);
} // End of namespace Mortevielle
#endif