Pablo Narvaja
Results
2
issues of
Pablo Narvaja
# What does this PR do? It fixes [issue 483](https://github.com/SerenityOS/jakt/issues/483) # Description of the bug it fixes On the main function, given no explicit return value it does not check...
**V version:** does not apply **OS:** does not apply **What did you do?** I tried to translate the following code ```c static void* sdlNativeWindowHandle(SDL_Window* _window) { SDL_SysWMinfo wmi; SDL_VERSION(&wmi.version); if...