SqaureGame/obj/squishy.c

6 lines
101 B
C

#include "header.h"
void draw_squishy(struct squishy_square square){
//DrawTriangleFan();
}