feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -18,7 +18,7 @@ if env["builtin_libogg"]:
|
|||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_ogg.Prepend(CPPPATH=[thirdparty_dir])
|
||||
env_ogg.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
|
||||
env_thirdparty = env_ogg.Clone()
|
||||
env_thirdparty.disable_warnings()
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef OGG_PACKET_SEQUENCE_H
|
||||
#define OGG_PACKET_SEQUENCE_H
|
||||
#pragma once
|
||||
|
||||
#include "core/io/resource.h"
|
||||
#include "core/variant/typed_array.h"
|
||||
|
|
@ -130,5 +129,3 @@ public:
|
|||
OggPacketSequencePlayback();
|
||||
virtual ~OggPacketSequencePlayback();
|
||||
};
|
||||
|
||||
#endif // OGG_PACKET_SEQUENCE_H
|
||||
|
|
|
|||
|
|
@ -28,12 +28,9 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef OGG_REGISTER_TYPES_H
|
||||
#define OGG_REGISTER_TYPES_H
|
||||
#pragma once
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_ogg_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_ogg_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif // OGG_REGISTER_TYPES_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue