All pastes #2074672 Raw Edit

Someone

public c v1 · immutable
#2074672 ·published 2011-06-04 17:36 UTC
rendered paste body
static void *System_Init(){     m_hInstance = GetModuleHandle( NULL );     WNDCLASSEX wndClass;--	system = System_Init();	/* Initialize modules */    mem_Init();    key_Init();	ttf_Init();    gui_BitmapCreate(GUIBIF_FRAMEBUFFER,  m_resolutionWidth, m_resolutionHeight, m_pitch, GUIPFM_ARGB8888, 0, &backbuffer);