View | Details | Raw Unified | Return to bug 44455 | Differences between
and this patch

Collapse All | Expand All

(-)SFont.c (+1 lines)
Lines 1-6 Link Here
1
#include <SDL.h>
1
#include <SDL.h>
2
#include "SFont.h"
2
#include "SFont.h"
3
#include <string.h>
3
#include <string.h>
4
#include <stdlib.h>
4
5
5
SFont_FontInfo InternalFont;
6
SFont_FontInfo InternalFont;

Return to bug 44455