summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchView.h')
-rw-r--r--src/search/SearchView.h1
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