aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/loadmpc.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-19 12:33:14 +1000
committerPaul Gilbert2012-05-19 12:33:14 +1000
commit5d18a71045bd933fc2efc7ed6e60ef7763745cb7 (patch)
tree45510e6b53ab4395de1885a9d4ba014e8124a6e4 /engines/tony/mpal/loadmpc.h
parentbcaeacf1246b652f1564fc7696719ca9429b5acf (diff)
downloadscummvm-rg350-5d18a71045bd933fc2efc7ed6e60ef7763745cb7.tar.gz
scummvm-rg350-5d18a71045bd933fc2efc7ed6e60ef7763745cb7.tar.bz2
scummvm-rg350-5d18a71045bd933fc2efc7ed6e60ef7763745cb7.zip
TONY: Converting comments to English and formatting
Diffstat (limited to 'engines/tony/mpal/loadmpc.h')
-rw-r--r--engines/tony/mpal/loadmpc.h21
1 files changed, 7 insertions, 14 deletions
diff --git a/engines/tony/mpal/loadmpc.h b/engines/tony/mpal/loadmpc.h
index 8763fbf95b..6aea3de16b 100644
--- a/engines/tony/mpal/loadmpc.h
+++ b/engines/tony/mpal/loadmpc.h
@@ -58,20 +58,13 @@ namespace MPAL {
* Prototipi di funzione
\****************************************************************************/
-/****************************************************************************\
-*
-* Function: BOOL ParseMpc(LPBYTE lpBuf);
-*
-* Description: Legge e interpreta un file MPC, e crea le strutture per le
-* varie direttive nelle variabili globali
-*
-* Input: LPBYTE lpBuf Immagine in memoria del file MPC,
-* escluso l'header
-*
-* Return: TRUE se tutto OK, FALSE in caso di errore.
-*
-\****************************************************************************/
-
+/**
+ * Reads and interprets the MPC file, and create structures for various directives
+ * in the global variables
+ *
+ * @param lpBuf Buffer containing the MPC file data, excluding the header.
+ * @returns True if succeeded OK, false if failure.
+ */
bool ParseMpc(const byte *lpBuf);