Back ported revision 3242 - Every include file now is const correct (am49281)

This commit is contained in:
Steve Dudenhoeffer
2007-01-26 05:56:10 +00:00
parent 8341e41f04
commit dd8f138892
21 changed files with 102 additions and 103 deletions

View File

@ -15,9 +15,9 @@
#define _fakemeta_stocks_included
// EngFuncs
stock EF_PrecacheModel(string[])
stock EF_PrecacheModel(const string[])
return engfunc(EngFunc_PrecacheModel, string)
stock EF_PrecacheSound(string[])
stock EF_PrecacheSound(const string[])
return engfunc(EngFunc_PrecacheSound, string)
stock EF_SetModel(const ID, const STRING[])
return engfunc(EngFunc_SetModel, ID, STRING)