mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-19 08:44:29 +00:00
NoGL: Update ExampleBrowserInterface and EmptyBrowser, with interface methods added to the OpenGL example browser, but didn't get added to the interface and empty interface. Required to compile the in-process example browser without OpenGL dependency.
This commit is contained in:
@@ -14,7 +14,11 @@ public:
|
||||
|
||||
virtual void update(float deltaTime) = 0;
|
||||
|
||||
virtual void updateGraphics() = 0;
|
||||
|
||||
virtual bool requestedExit() = 0;
|
||||
|
||||
virtual void setSharedMemoryInterface(class SharedMemoryInterface* sharedMem) = 0;
|
||||
};
|
||||
|
||||
#endif //EXAMPLE_BROWSER_GUI_H
|
||||
Reference in New Issue
Block a user