Project

General

Profile

Revision 286

many changes. added transparency to rectangles

View differences:

font.c
59 59
    size_t nchars;
60 60
    glyph_t **glyphs;
61 61
};
62
#include "sprite.h"
63
#include "rectangle.h"
62

  
64 63
font_t* (font_ctor)(const char *s){
65 64
    font_t *ret = malloc(sizeof(font_t));
66 65
    if(ret == NULL) return NULL;

Also available in: Unified diff