-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...os/engine/tools/palette_editor/plugin.hpp → ...ine/tools/voxel_palette_editor/plugin.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
/// @dir | ||
/// @brief @ref palette-editor-tool-plugin plugin directory. | ||
/// @brief @ref voxel-palette-editor-tool-plugin plugin directory. | ||
|
||
/// @file | ||
/// @brief Plugin entry point. | ||
/// @ingroup palette-editor-tool-plugin | ||
/// @ingroup voxel-palette-editor-tool-plugin | ||
|
||
#pragma once | ||
|
||
#include <cubos/engine/cubos.hpp> | ||
|
||
namespace cubos::engine::tools | ||
{ | ||
/// @defgroup palette-editor-tool-plugin Palette editor | ||
/// @defgroup voxel-palette-editor-tool-plugin Palette editor | ||
/// @ingroup tool-plugins | ||
/// @brief Allows the user to open and inspect/edit a palette asset. | ||
|
||
/// @brief Plugin entry function. | ||
/// @param cubos @b CUBOS. main class | ||
/// @ingroup palette-editor-tool-plugin | ||
void paletteEditorPlugin(Cubos& cubos); | ||
void voxelPaletteEditorPlugin(Cubos& cubos); | ||
} // namespace cubos::engine::tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters