Changes

71 bytes added ,  01:28, 2 April 2009
Line 30: Line 30:  
==Installation and usage==
 
==Installation and usage==
 
===Installation===
 
===Installation===
Simply copy all the .c and .h files into your project (make sure the .c are accessible as ''source''s and .h accessible as ''include''s). Then, add <code>#include "HomeMenu.h"</code> where appropriate.
+
# Copy all the .c and .h files into your project (make sure the .c are accessible as ''source''s and .h accessible as ''include''s).
 +
# Add <code>#include "HomeMenu.h"</code> where appropriate.
 +
# Add <code>-lasnd -lwiiuse</code> to your MakeFile's <code>LIBS :=</code> line.
    
===Usage===
 
===Usage===
613

edits