diff options
Diffstat (limited to 'src/search/SearchView.h')
| -rw-r--r-- | src/search/SearchView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h index 370877e..a2a5297 100644 --- a/src/search/SearchView.h +++ b/src/search/SearchView.h @@ -34,6 +34,7 @@ public: SearchView(); virtual ~SearchView(); void AttachController(SearchController * _c) { c = _c; } + virtual void OnTick(float dt); }; #endif // SEARCHVIEW_H |
