aboutsummaryrefslogtreecommitdiff
path: root/src/container/sdl-1.2
diff options
context:
space:
mode:
Diffstat (limited to 'src/container/sdl-1.2')
-rw-r--r--src/container/sdl-1.2/inc/container/port.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/container/sdl-1.2/inc/container/port.h b/src/container/sdl-1.2/inc/container/port.h
new file mode 100644
index 0000000..b58697d
--- /dev/null
+++ b/src/container/sdl-1.2/inc/container/port.h
@@ -0,0 +1,6 @@
+#ifndef CONTAINER_SDL_12_H
+#define CONTAINER_SDL_12_H
+
+#define container_load(path, list, n) container_load_ex(path, list, n)
+
+#endif /* CONTAINER_SDL_12_H */