aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/parseBVG.h
blob: ed9b87499361481d53767e3e9e8c9bb0ce7b0e0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdlib.h>
#include "raylib.h"
#include "BVGTypes.h"

void BVGDrawRectangle(BVGRectangle*);
FILE *readFile(char*);
char *multiToSingle(char*);
void matchFunctionCall(char *);
BVGRectangle *BVGParseRectangle(char*[7]);