15 lines
339 B
Text
15 lines
339 B
Text
/* ================================================= *\
|
|
* common.sun
|
|
*
|
|
* ssc standard include utility
|
|
* 2015 arookas
|
|
\* ================================================= */
|
|
|
|
// return values for typeof(x)
|
|
const TYPE_INT = 0;
|
|
const TYPE_FLOAT = 1;
|
|
const TYPE_STRING = 2;
|
|
|
|
import "system.sun";
|
|
import "talk.sun";
|
|
import "sound.sun";
|