aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/esdl2.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-25 16:42:35 +0100
committerLoïc Hoguin <[email protected]>2017-12-25 16:43:05 +0100
commit371bc5f677b3c763407fc79f01cb9d0c598199cc (patch)
tree5f409b31af34c4285e67224d467f1a0145e05604 /ebin/esdl2.app
parent818e1558b0dcfd0238a9eb9bb86fb103e63483b6 (diff)
downloadesdl2-371bc5f677b3c763407fc79f01cb9d0c598199cc.tar.gz
esdl2-371bc5f677b3c763407fc79f01cb9d0c598199cc.tar.bz2
esdl2-371bc5f677b3c763407fc79f01cb9d0c598199cc.zip
Add everything from sdl_blend_mode.h
Diffstat (limited to 'ebin/esdl2.app')
-rw-r--r--ebin/esdl2.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/esdl2.app b/ebin/esdl2.app
index 92ddcc9..ccb9664 100644
--- a/ebin/esdl2.app
+++ b/ebin/esdl2.app
@@ -1,7 +1,7 @@
{application, 'esdl2', [
{description, "SDL2 Erlang NIF."},
{vsn, "0.1.0"},
- {modules, ['esdl2','esdl2_app','esdl2_callbacks','esdl2_sup','sdl','sdl_clipboard','sdl_cpu_info','sdl_cursor','sdl_events','sdl_filesystem','sdl_gl','sdl_hints','sdl_keyboard','sdl_mouse','sdl_power','sdl_renderer','sdl_surface','sdl_texture','sdl_version','sdl_window']},
+ {modules, ['esdl2','esdl2_app','esdl2_callbacks','esdl2_sup','sdl','sdl_blend_mode','sdl_clipboard','sdl_cpu_info','sdl_cursor','sdl_events','sdl_filesystem','sdl_gl','sdl_hints','sdl_keyboard','sdl_mouse','sdl_power','sdl_renderer','sdl_surface','sdl_texture','sdl_version','sdl_window']},
{registered, [esdl2_sup]},
{applications, [kernel,stdlib]},
{mod, {esdl2_app, []}},