You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the files (for example, sys_loadlib.h) when including sdl header files, the file the code includes is 'SDL.h'
Infact, most computers install SDL under /usr/include/SDL/SDL.H, which makes the code invalid
Therefore, the include path should be 'SDL/SDL.H' and not 'SDL.h'
The text was updated successfully, but these errors were encountered:
In the files (for example, sys_loadlib.h) when including sdl header files, the file the code includes is 'SDL.h'
Infact, most computers install SDL under /usr/include/SDL/SDL.H, which makes the code invalid
Therefore, the include path should be 'SDL/SDL.H' and not 'SDL.h'
The text was updated successfully, but these errors were encountered: