summaryrefslogtreecommitdiff
path: root/src/include/data_ress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_ress.h')
-rw-r--r--src/include/data_ress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/data_ress.h b/src/include/data_ress.h
index 0018500..df09549 100644
--- a/src/include/data_ress.h
+++ b/src/include/data_ress.h
@@ -7,6 +7,7 @@ struct styleRess {
SDL_Surface **tiles, **objects, **objectMasks;
};
+// Image ressources loaded from files referenced in the style INI file
typedef struct {
struct styleRess style;
} gameRess_t;