Project

General

Profile

Revision 159

working

View differences:

proj.c
12 12
#include "proj_macros.h"
13 13
#include "errors.h"
14 14

  
15
#include "sprite.h"
15 16
#include "kbc.h"
16 17
#include "graphics.h"
17 18
#include "timer.h"
......
58 59
        return 1;
59 60
    };
60 61

  
62
    #ifdef DIOGO
63
        sprite_t *sp = sprite_ctor((xpm_map_t)plus_xpm);
64
        sprite_draw(sp);
65
    #endif
61 66

  
62 67
    /// loop stuff
63 68
    int ipc_status, r;

Also available in: Unified diff