source: abuse/trunk/src/sdlport/hmi.h

Last change on this file was 616, checked in by Sam Hocevar, 12 years ago

music: make the HMI decoder closer to the global coding style.

  • Property svn:keywords set to Id
File size: 483 bytes
RevLine 
[616]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
[479]11#ifndef __HMI_HPP_
12#define __HMI_HPP_
13
[616]14uint8_t* load_hmi(char const *filename, uint32_t &data_size);
[479]15
[494]16#endif
[616]17
Note: See TracBrowser for help on using the repository browser.