mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-04 22:33:51 +00:00
feat(region): add SRgnDestroy
This commit is contained in:
parent
1e1f2f819f
commit
1e86f98691
5 changed files with 55 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#include "Core.hpp"
|
||||
#include "Event.hpp"
|
||||
#include "Transparency.hpp"
|
||||
#include "Region.hpp"
|
||||
#include "String.hpp"
|
||||
#include "Transparency.hpp"
|
||||
|
||||
int32_t STORMAPI StormDestroy() {
|
||||
// Combined list of all destroy calls found in every game (as documentation)
|
||||
|
|
@ -11,7 +12,7 @@ int32_t STORMAPI StormDestroy() {
|
|||
// SGdiDestroy(); // SC 1.17
|
||||
// SVidDestroy(); // SC 1.17
|
||||
// SDrawDestroy(); // SC 1.17
|
||||
// SRgnDestroy(); // WoW 3.3.5 (win), SC 1.17
|
||||
SRgnDestroy(); // WoW 3.3.5 (win), SC 1.17
|
||||
// SMsgDestroy(); // WoW 3.3.5 (win), SC 1.17
|
||||
// SNetDestroy(); // SC 1.17
|
||||
SEvtDestroy(); // WoW 3.3.5 (win)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue