Last change
on this file since 732 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
|
Line | |
---|
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 | |
---|
11 | #ifndef __HMI_HPP_ |
---|
12 | #define __HMI_HPP_ |
---|
13 | |
---|
14 | uint8_t* load_hmi(char const *filename, uint32_t &data_size); |
---|
15 | |
---|
16 | #endif |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.