Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module torment.main;
- version(Posix){
- pragma( lib, "dl" );
- }
- pragma( lib, "DerelictUtil" );
- pragma( lib, "DerelictGLFW3" );
- import torment.renderer.renderer;
- import derelict.glfw3.glfw3;
- import std.stdio;
- void
- main() {
- writefln( "Launching Torment Circus..\n" );
- GLFWwindow context;
- context = tcInitRendererAndContext( 800, 600, false ); // Fuck yes FP
- }
Advertisement
Add Comment
Please, Sign In to add comment