Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "rocketsauce.h"
- #include <SOIL.h>
- int main()
- {
- RS_Init();
- Screen_CreateViewport( 800, 600 );
- Screen_SetVSync( false );
- Screen_SetViewportTitle( "Sprite Test" );
- while ( !Screen_AppShouldClose() )
- {
- Screen_StartFrame();
- Screen_EndFrame();
- }
- RS_Finish();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement