Changeset 616 for abuse/trunk/src/sdlport/hmi.h
- Timestamp:
- May 9, 2011, 12:55:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/sdlport/hmi.h
r494 r616 1 // 2 // Abuse - dark 2D side-scrolling platform game 3 // 4 // Copyright (c) 2011 Jochen Schleu <jjs@jjs.at> 5 // This program is free software; you can redistribute it and/or 6 // modify it under the terms of the Do What The Fuck You Want To 7 // Public License, Version 2, as published by Sam Hocevar. See 8 // http://sam.zoy.org/projects/COPYING.WTFPL for more details. 9 // 10 1 11 #ifndef __HMI_HPP_ 2 12 #define __HMI_HPP_ 3 13 4 u nsigned char* load_hmi(char* filename, unsigned int &data_size);14 uint8_t* load_hmi(char const *filename, uint32_t &data_size); 5 15 6 16 #endif 17
Note: See TracChangeset
for help on using the changeset viewer.