working on the frame controller, this might get messy
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "Pub_Sub.h"
|
||||
|
||||
|
||||
class FrameWatcher {
|
||||
class FrameWatcher : public VrEventPublisher{
|
||||
|
||||
|
||||
|
||||
@@ -23,4 +24,4 @@ private:
|
||||
double current_time = 0.0;
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user