IPlugin context pointer is passed now to natives

Added basic string natives
Added floating point natives

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40230
This commit is contained in:
Borja Ferrer
2006-12-23 02:20:53 +00:00
parent 2fb3501e0d
commit aba273f93d
5 changed files with 403 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ namespace SourcePawn
struct sp_context_s;
typedef cell_t (*SPVM_NATIVE_FUNC)(struct sp_context_s *, const cell_t *);
typedef cell_t (*SPVM_NATIVE_FUNC)(SourcePawn::IPluginContext *, const cell_t *);
/**********************************************
*** The following structures are bound to the VM/JIT.