1<html>
2
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
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">
17#include &lt;revolution/os.h&gt;
18
19const char* OSGetAppGamename(void);
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>None.</p>
24
25<h2>Return Values</h2>
26<p>A string pointer to the game name (game code: ASCII, 4-bytes).</p>
27
28<h2>Description</h2>
29<p>Gets the game name.</p>
30
31<h2>See Also</h2>
32<p>None.</p>
33
34<H2>Revision History</H2>
35<P>
362007/04/25 Initial version.<br>
37</P>
38
39<hr><p>CONFIDENTIAL</p></body>
40</html>