Line 1:
Line 1:
−
{{Infobox homebrew
+
{{Infobox development tools
−
| title = LibHelpMii (formerly LibHM)
+
| title = LibHelpMii
−
| type = C header file
+
| type = library
| author = [[User:Hunterm|hunterm]]
| author = [[User:Hunterm|hunterm]]
−
| contributor = megazig (coding)
+
| contributer = megazig (coding)
| version = 1.5
| version = 1.5
−
| licence = none, just give credit if used
+
| licence =
−
| language = English
| download = http://dsipages.net76.net/dloads/libhminstaller.zip
| download = http://dsipages.net76.net/dloads/libhminstaller.zip
| website = http://www.hunterm.tk/?page_id=15
| website = http://www.hunterm.tk/?page_id=15
Line 13:
Line 12:
== About ==
== About ==
−
LibHelpMii can make it even easier to code for Wii, make your own homebrew programs, and makes it easier to learn how to code.
+
LibHelpMii can make it even easier to code for Wii, make your own homebrew programs, and makes it easier to learn how to code.
== Changelog ==
== Changelog ==
=== 1.5 ===
=== 1.5 ===
−
Tons of new stuff:
+
Tons of new stuff:
−
* megazig decided to give me some of his code to use!
+
* megazig decided to give me some of his code to use!
−
* Giant amounts of code by megazig added! (code is near bottom of header.)
+
* Giant amounts of code by megazig added! (code is near bottom of header)
−
* Channel launching is explained.
+
* Channel launching is explained.
−
* Auto-installer
+
* Auto-installer
== Installation ==
== Installation ==
−
1. First, grab the installer from this thread. (Unless you already have the installer, if so, just run it again.)
+
1. First, grab the installer from this thread. (Unless you already have the installer, if so, just run it again)
−
2. Save libhm.h to your devkitPRO/libogc/include/ folder. (ex. C:\devkitPRO\libogc\include\libhm.h)
+
2. Save libhm.h to your devkitPRO/libogc/include/ folder. (ex. C:\devkitPRO\libogc\include\libhm.h)
−
2. To start learning how to use it, open this file, and study the syntax in it.
+
2. To start learning how to use it, open this file, and study the syntax in it.
−
3. To use it in a file, put #include <libhm.h> at the very top of the file, which will allow you to use libhm's syntax and functions in your file.
+
3. To use it in a file, put #include <libhm.h> at the very top of the file, which will allow you to use libhm's syntax and functions in your file.
−
4. ????
−
5. PROFIT!!!
== Info ==
== Info ==
−
When starting to code with LibHelpMii, take a while to study the syntax used with it, and use the sample code to start from, as it will allow you to start coding without needing to create a Makefile, just start editing the .c file included.
+
When starting to code with LibHelpMii, take a while to study the syntax used with it, and use the sample code to start from, as it will allow you to start coding without needing to create a Makefile, just start editing the .c file included.
About the installer: The LibHelpMii installer is a edited version of the Portapack Unplugged! Updater, I cannot take full credit for it. Aether created the installer, and I just deleted and edited the links.
About the installer: The LibHelpMii installer is a edited version of the Portapack Unplugged! Updater, I cannot take full credit for it. Aether created the installer, and I just deleted and edited the links.
Also, there is no need for anything like stdio.h or alike. LibHelpMii's .h included all of them by default.
Also, there is no need for anything like stdio.h or alike. LibHelpMii's .h included all of them by default.