did things
This commit is contained in:
20
src/register_types.hpp
Normal file
20
src/register_types.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include <godot_cpp/classes/project_settings.hpp>
|
||||
#include <godot_cpp/core/class_db.hpp>
|
||||
|
||||
#include "steam_audio.hpp"
|
||||
#include "steam_audio_dynamic_mesh.hpp"
|
||||
#include "steam_audio_source.hpp"
|
||||
#include "steam_audio_listener.hpp"
|
||||
#include "steam_audio_server.hpp"
|
||||
#include "steam_audio_material.hpp"
|
||||
#include "steam_audio_static_mesh.hpp"
|
||||
|
||||
using namespace godot;
|
||||
|
||||
// Called by the InitObject to register your SteamAudio class.
|
||||
void initialize_steam_audio(ModuleInitializationLevel p_level);
|
||||
void uninitialize_steam_audio(ModuleInitializationLevel p_level);
|
||||
//registers settings in godot
|
||||
void register_steam_audio_settings();
|
||||
Reference in New Issue
Block a user