devkitPro / 3ds-examples

Examples for 3DS using devkitARM, libctru, citro3d and citro2d
https://devkitpro.org/viewforum.php?f=39
453 stars 51 forks source link

Update main.c #21

Closed O-J1 closed 7 years ago

O-J1 commented 7 years ago

Added these changes based on the fact the newer individuals (like myself) will usually go to "Hello World" examples first, I found it helpful to have the import libraries section explained. Nothing too major

WinterMute commented 7 years ago

That's not "the import libraries section", this isn't a useful comment.

We do operate on the assumption that anyone attempting 3DS homebrew has some basic knowledge of C and shouldn't have much trouble understanding what an include file is.

http://beej.us/guide/bgc/output/html/multipage/bblox.html#helloworld might be helpful.

O-J1 commented 7 years ago

Fair enough mate. I immediately understood it but noticed that it wasnt mentioned in the hello world example. I will keep it in mind.