mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-24 14:51:46 -05:00
11 lines
213 B
C++
11 lines
213 B
C++
#include "Hooks.h"
|
|
#include <map>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <stdarg.h>
|
|
#include <iostream>
|
|
|
|
void ModInternal_ExecuteAudioInitHooks() {
|
|
ModInternal::ExecuteHooks<ModInternal::AudioInit>();
|
|
}
|