mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Feature/warnings (#1425)
* Remove MSVC, GCC, Clang compiler warnings * Remove cppcheck warnings
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#ifndef __OPENSPACE_CORE___SYNCBUFFER___H__
|
||||
#define __OPENSPACE_CORE___SYNCBUFFER___H__
|
||||
|
||||
#include <ghoul/glm.h>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -48,6 +49,10 @@ public:
|
||||
T decode();
|
||||
|
||||
void decode(std::string& s);
|
||||
void decode(glm::quat& value);
|
||||
void decode(glm::dquat& value);
|
||||
void decode(glm::vec3& value);
|
||||
void decode(glm::dvec3& value);
|
||||
|
||||
template <typename T>
|
||||
void decode(T& value);
|
||||
|
||||
Reference in New Issue
Block a user