Cleanup: Move select_engine function to corresponding header

This commit is contained in:
mano-wii
2019-08-20 11:18:26 -03:00
parent 61ff578eab
commit 0827110a35
2 changed files with 3 additions and 4 deletions

View File

@@ -131,7 +131,4 @@ void DRW_select_buffer_context_create(struct Base **bases,
const uint bases_len,
short select_mode);
/* select_engine.c */
struct SELECTID_Context *DRW_select_engine_context_get(void);
#endif /* __DRW_SELECT_BUFFER_H__ */

View File

@@ -26,4 +26,6 @@
extern DrawEngineType draw_engine_select_type;
extern RenderEngineType DRW_engine_viewport_select_type;
#endif /* __SELECT_ID_ENGINE_H__ */
struct SELECTID_Context *DRW_select_engine_context_get(void);
#endif /* __SELECT_ENGINE_H__ */