diff options
Diffstat (limited to 'src/libraries')
-rw-r--r-- | src/libraries/love.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
143 | 143 | ||
144 | typedef struct _stuffs | 144 | typedef struct _stuffs |
145 | { | 145 | { |
146 | char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45]; | 146 | char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45], file[PATH_MAX]; |
147 | //type | 147 | //type |
148 | union | 148 | union |
149 | { | 149 | { |