1<html>
2
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=utf-8">
5<META name="GENERATOR" content="Microsoft FrontPage 5.0">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8<title>OSGetAppGamename</title>
9</head>
10
11<body>
12
13<h1>OSGetAppGamename</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">#include &lt;revolution/os.h&gt;
17
18const char* OSGetAppGamename(void);
19</pre></dd></dl>
20
21<h2>Arguments</h2>
22<p>None.</p>
23
24<h2>Return Values</h2>
25<p>A string pointer to the game name (game code: ASCII, 4-bytes).</p>
26
27<h2>Description</h2>
28<p>Gets the game name.</p>
29
30<h2>See Also</h2>
31<p>None.</p>
32
33<H2>Revision History</H2>
34<P>
352007/04/25 Initial version.<br>
36</P>
37
38<hr><p>CONFIDENTIAL</p></body>
39</html>