summaryrefslogtreecommitdiffstats
path: root/test/src/register_types.h
blob: 5f124da7787964b3ae838781c267a7d48ccdd891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* godot-cpp integration testing project.
 *
 * This is free and unencumbered software released into the public domain.
 */

#ifndef EXAMPLE_REGISTER_TYPES_H
#define EXAMPLE_REGISTER_TYPES_H

#include <godot_cpp/core/class_db.hpp>

using namespace godot;

void initialize_example_module(ModuleInitializationLevel p_level);
void uninitialize_example_module(ModuleInitializationLevel p_level);

#endif // EXAMPLE_REGISTER_TYPES_H