Cleanup: Move select_engine function to corresponding header
This commit is contained in:
@@ -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__ */
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user