aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/game.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-08-21 17:27:48 +0000
committerJohannes Schickel2010-08-21 17:27:48 +0000
commit1a0d7c87d36a9bf1aa27186b1299b3a5348656b6 (patch)
treec9c403714b0d69688d2f84957f01e798f02f2a1e /engines/hugo/game.h
parent4742b4d728ba772d47cc497681c9bfb0144475bc (diff)
downloadscummvm-rg350-1a0d7c87d36a9bf1aa27186b1299b3a5348656b6.tar.gz
scummvm-rg350-1a0d7c87d36a9bf1aa27186b1299b3a5348656b6.tar.bz2
scummvm-rg350-1a0d7c87d36a9bf1aa27186b1299b3a5348656b6.zip
Hugo: Some formatting fixes.
svn-id: r52265
Diffstat (limited to 'engines/hugo/game.h')
-rw-r--r--engines/hugo/game.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/hugo/game.h b/engines/hugo/game.h
index ccac23d3c8..d032a4b817 100644
--- a/engines/hugo/game.h
+++ b/engines/hugo/game.h
@@ -868,13 +868,13 @@ struct objBlock_t {
uint32 objLength;
};
-#include "common/pack-start.h" // START STRUCT PACKING
-struct sound_hdr_t { // Sound file lookup entry
- uint16 size; // Size of sound data in bytes
- uint32 offset; // Offset of sound data in file
+#include "common/pack-start.h" // START STRUCT PACKING
+struct sound_hdr_t { // Sound file lookup entry
+ uint16 size; // Size of sound data in bytes
+ uint32 offset; // Offset of sound data in file
} PACKED_STRUCT;
-#include "common/pack-end.h" // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
-}
+} // End of namespace Hugo
#endif