home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
Jumper.swf
/
scripts
/
com
/
kongregate
/
as3
/
client
/
IAPIBootstrap.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-05
|
342 b
|
17 lines
package com.kongregate.as3.client
{
import flash.display.Stage;
import flash.events.Event;
public interface IAPIBootstrap
{
function init(param1:Event = null, param2:Stage = null) : void;
function hideLog() : void;
function showLog(param1:int = 0) : void;
}
}