mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
7 lines
103 B
C++
7 lines
103 B
C++
|
|
#ifndef SOUND_SI2_SCRIPT_HPP
|
||
|
|
#define SOUND_SI2_SCRIPT_HPP
|
||
|
|
|
||
|
|
#define NUM_SCRIPT_FUNCTIONS_SI2 23
|
||
|
|
|
||
|
|
#endif
|