remove CM api, add replacement ossl functions, as i should had done on the merge of avination code contrib. (runprebuild)

This commit is contained in:
UbitUmarov
2018-11-15 20:29:12 +00:00
parent d537862cc2
commit 7bcef500a9
6 changed files with 61 additions and 246 deletions

View File

@@ -528,5 +528,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osTriggerSound(LSL_Integer linknum, LSL_String sound, LSL_Float volume);
void osTriggerSoundLimited(LSL_Integer linknum, LSL_String sound, LSL_Float volume,
vector top_north_east, vector bottom_south_west);
LSL_String osDetectedCountry(LSL_Integer number);
LSL_String osGetAgentCountry(LSL_Key agentId);
}
}