mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Exclude RD creation test functions from templates
This commit is contained in:
parent
53bee4eb56
commit
820380817a
5 changed files with 10 additions and 0 deletions
|
|
@ -257,8 +257,10 @@ public:
|
|||
|
||||
void set_main_window(HWND p_main_window) { main_window = p_main_window; }
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
virtual bool _test_create_rendering_device_and_gl(const String &p_display_driver) const override;
|
||||
virtual bool _test_create_rendering_device(const String &p_display_driver) const override;
|
||||
#endif
|
||||
|
||||
HINSTANCE get_hinstance() { return hInstance; }
|
||||
OS_Windows(HINSTANCE _hInstance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue