Ignore:
Timestamp:
May 9, 2011, 12:55:23 AM (12 years ago)
Author:
Sam Hocevar
Message:

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

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
    111#ifndef __HMI_HPP_
    212#define __HMI_HPP_
    313
    4 unsigned char* load_hmi(char* filename, unsigned int &data_size);
     14uint8_t* load_hmi(char const *filename, uint32_t &data_size);
    515
    616#endif
     17
Note: See TracChangeset for help on using the changeset viewer.