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 amxtime.h Source File

amxtime.h

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