mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Also renamed the rtile_map module itself to tile_map.
This commit is contained in:
parent
c6f998b2a6
commit
5123cf9837
@ -30,7 +30,7 @@ SOFTWARE.
|
||||
#include "tile_set_editor_plugin.h"
|
||||
#endif
|
||||
|
||||
void register_rtile_map_types() {
|
||||
void register_tile_map_types() {
|
||||
#ifdef TOOLS_ENABLED
|
||||
EditorPlugins::add_by_type<TileMapEditorPlugin>();
|
||||
EditorPlugins::add_by_type<TileSetEditorPlugin>();
|
||||
@ -40,5 +40,5 @@ void register_rtile_map_types() {
|
||||
ClassDB::register_class<TileSet>();
|
||||
}
|
||||
|
||||
void unregister_rtile_map_types() {
|
||||
void unregister_tile_map_types() {
|
||||
}
|
@ -20,5 +20,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
|
||||
void register_rtile_map_types();
|
||||
void unregister_rtile_map_types();
|
||||
void register_tile_map_types();
|
||||
void unregister_tile_map_types();
|
Loading…
Reference in New Issue
Block a user