mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
Made a few functions static or static inline.
This commit is contained in:
@ -168,7 +168,7 @@ std::string DLL_EXPORT toString(MetaString &ms)
|
||||
return ret;
|
||||
}
|
||||
|
||||
CGObjectInstance * createObject(int id, int subid, int3 pos, int owner)
|
||||
static CGObjectInstance * createObject(int id, int subid, int3 pos, int owner)
|
||||
{
|
||||
CGObjectInstance * nobj;
|
||||
switch(id)
|
||||
|
Reference in New Issue
Block a user