From 923cdbef0a76190006a1a175b97836d0c3444214 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 2 Jun 2014 00:18:32 +1000 Subject: Load and rez stuffs in an idler, also fix some bugs in that part. --- src/libraries/love.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libraries/love.h') diff --git a/src/libraries/love.h b/src/libraries/love.h index e2cfcb4..be82758 100644 --- a/src/libraries/love.h +++ b/src/libraries/love.h @@ -143,7 +143,7 @@ typedef struct _mesh typedef struct _stuffs { - char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45]; + char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45], file[PATH_MAX]; //type union { -- cgit v1.1