ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Data Structures | |
class | cpp_hello |
Functions | |
int | _start (int argc, char **argv) |
Variables | |
char * | erl_id = "cpp-hello" |
char * | erl_dependancies [] |
cpp_hello | my_cpp_hello |
int _start | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file cpp-hello.cc.
char* erl_dependancies[] |
Definition at line 17 of file cpp-hello.cc.
char* erl_id = "cpp-hello" |
Definition at line 16 of file cpp-hello.cc.
cpp_hello my_cpp_hello |
Definition at line 28 of file cpp-hello.cc.