Skip to content
Snippets Groups Projects

Resolve "Kamera - Erstellung und Handling"

Merged Ghost User requested to merge 35-kamera-erstellung-und-handling into develop
5 files
+ 192
108
Compare changes
  • Side-by-side
  • Inline
Files
5
  • d41529a5
    [#35] created CameraManager class and managed event handler · d41529a5
    Katharina Krämer authored
+ 2
1
@@ -34,8 +34,9 @@ namespace vkcv {
* adds a function handle to the event to be called
* @param handle of the function
*/
void add(typename event_function<T...>::type handle) {
typename event_function<T...>::type add(typename event_function<T...>::type handle) {
this->m_handles.push_back(handle);
return handle;
}
/**
Loading