Commit 1aa43367 authored by Chris's avatar Chris
Browse files

replaced malloc.h with stdlib.h

parent a3058164
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// gamelogic.c

#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <string.h>