This is the open source Pawn interpreter ported to mbed. See here: http://www.compuphase.com/pawn/pawn.htm and here: http://code.google.com/p/pawnscript/

Dependents:   Pawn4Test

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers amxconsole.h Source File

amxconsole.h

00001 #ifndef AMXCONSOLE_H_INCLUDED
00002 #define AMXCONSOLE_H_INCLUDED
00003 
00004 // define the public interface to the amxcons module
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00010 int AMXEXPORT AMXAPI amx_ConsoleInit(AMX *amx);
00011 int AMXEXPORT AMXAPI amx_ConsoleCleanup(AMX *amx);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 
00017 #endif /* AMXCONSOLE_H_INCLUDED */