Project

General

Profile

Revision 321

correcting some problems

View differences:

shooter.h
4 4
#include "shooter.xpm"
5 5
#include "graph.h"
6 6

  
7
basic_sprite_t* get_shooter(void){
8
    return basic_sprite_ctor((const char **)shooter_xpm, 34, 34);
7
static basic_sprite_t* get_shooter(void){
8
    return basic_sprite_ctor((const char *const *)shooter_xpm, 34, 34);
9 9
}
10 10

  
11 11
#endif //SHOOTER_H_INCLUDED

Also available in: Unified diff