13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
#include "hc_inc"
|
|
#include "anph_inc"
|
|
#include "eye_dm_inc"
|
|
|
|
#include "anphrez_inc"
|
|
//////////
|
|
|
|
void main ()
|
|
{
|
|
object oPC = GetPCSpeaker ();
|
|
AnphRez (oPC);
|
|
}
|