Initial commit

Initial commit.
This commit is contained in:
Jaysyn904
2024-06-05 21:21:06 -04:00
parent dd81a82988
commit 86feb9ca6f
9569 changed files with 20775695 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#include "mn_i_checkunifo"
int StartingConditional()
{
int iResult;
iResult = CheckUniform(GetPCSpeaker());
return iResult;
}