Project

General

Profile

Revision 286

many changes. added transparency to rectangles

View differences:

graph.c
278 278
int (graph_draw)(void){ memcpy(video_mem, video_buf, graph_get_vram_size()); return SUCCESS; }
279 279

  
280 280
///SPRITE
281
#include "sprite.h"
282

  
283 281
#include "utils.h"
284 282
#include "fast_math.h"
285 283
#include <math.h>

Also available in: Unified diff