diff options
Diffstat (limited to 'engines/cruise/dataLoader.h')
| -rw-r--r-- | engines/cruise/dataLoader.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/cruise/dataLoader.h b/engines/cruise/dataLoader.h index b52aa96dae..8c8e6bd301 100644 --- a/engines/cruise/dataLoader.h +++ b/engines/cruise/dataLoader.h @@ -22,16 +22,16 @@ * */ -#ifndef _DATALOADER_H_ -#define _DATALOADER_H_ +#ifndef CRUISE_DATALOADER_H +#define CRUISE_DATALOADER_H namespace Cruise { -int loadData(uint8* name, int startIdx); -int loadFileMode2(uint8* name, int param, int startIdx, int numIdx); -int loadFileSub1(uint8** ptr, uint8* name, uint8* ptr2); +int loadData(uint8 * name, int startIdx); +int loadFileMode2(uint8 * name, int param, int startIdx, int numIdx); +int loadFileSub1(uint8 ** ptr, uint8 * name, uint8 * ptr2); -int loadFullBundle(uint8* name, int startIdx); +int loadFullBundle(uint8 * name, int startIdx); } // End of namespace Cruise |
