Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.75k stars 187 forks source link

No libres.h #353

Closed bilibiliLaiabao55 closed 3 weeks ago

bilibiliLaiabao55 commented 1 month ago

when i use sgdk in vscode one of those .h file try to include a file named libres.h but i check the inc folder there is no libres.h can i just delete this code?

屏幕截图 2024-09-19 115229
Stephane-D commented 3 weeks ago

This is not the good place to ask for support in general, better to ask on SGDK Discord server. The libres.h file is automatically generated when you build the library and normally it should be already included in the res folder (the file is the header of the library resources).

bilibiliLaiabao55 commented 2 weeks ago

thanks