mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-01 13:33:51 +00:00
feat(trans): add STrans functions
This commit is contained in:
parent
b4e950a1c9
commit
50872dfc14
9 changed files with 2571 additions and 15 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "Core.hpp"
|
||||
#include "Event.hpp"
|
||||
#include "Transparency.hpp"
|
||||
|
||||
int32_t STORMAPI StormDestroy() {
|
||||
// Combined list of all calls from every game
|
||||
|
|
@ -22,6 +23,6 @@ int32_t STORMAPI StormDestroy() {
|
|||
// SRegDestroy();
|
||||
// SErrDestroy();
|
||||
// SLogDestroy();
|
||||
// STransDestroy();
|
||||
STransDestroy();
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue