8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
#include "sd_forge_util"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
int iChoice = 10;
|
||
|
DoForgeMenyChoice(iChoice);
|
||
|
}
|