diff options
author | alon@honor <none@none> | 2010-09-26 15:59:54 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-26 15:59:54 -0700 |
commit | 7ffcdba83938c3bada5c76165f6c1216e3e9083f (patch) | |
tree | 2a758d473b4b471e4ec33ff66c1e034a1823a62d /src/library.js | |
parent | d4221c3e1a6606ad517eca4ba8bc500ed1c0b315 (diff) |
beginnings of SDL support; minor fixes for SDL; raytrace web demo
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index b0dfeb01..e7c53be9 100644 --- a/src/library.js +++ b/src/library.js @@ -164,3 +164,5 @@ var Library = { llvm_sqrt_f64: 'sqrt', }; +load('library_sdl.js'); + |