// ------------------------------------
// Modules loading
// ------------------------------------
LoadModule("libjsgraphics");


// ------------------------------------
// Declare global objects
// ------------------------------------

// -> OpenGL wrapper
gl = new Gl_();
if (gl != undefined)
	print("+ [jslibs.js] : gl object created.");


// -> Output 
print("+ [jslibs.js] : jslibs.js evaluated.");






