aboutsummaryrefslogtreecommitdiff
path: root/saga/image_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/image_mod.h')
-rw-r--r--saga/image_mod.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/saga/image_mod.h b/saga/image_mod.h
index ac902c5208..ca0ec26f57 100644
--- a/saga/image_mod.h
+++ b/saga/image_mod.h
@@ -20,27 +20,18 @@
* $Header$
*
*/
-/*
- Description:
-
- SAGA Image resource management routines
- Notes:
-*/
+// SAGA Image resource management routines
#ifndef SAGA_IMAGE_MOD_H_
#define SAGA_IMAGE_MOD_H_
namespace Saga {
-int
-IMG_DecodeBGImage(const byte * image_data,
- size_t image_size,
- byte ** output_buf, size_t * output_buf_len, int *w, int *h);
-
-const byte *IMG_GetImagePal(const byte * image_data, size_t image_size);
+int IMG_DecodeBGImage(const byte *image_data, size_t image_size,
+ byte **output_buf, size_t *output_buf_len, int *w, int *h);
+const byte *IMG_GetImagePal(const byte *image_data, size_t image_size);
} // End of namespace Saga
-#endif /* R_IMAGE_MOD_H_ */
-/* end "r_image_mod.h" */
+#endif