mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
10 lines
187 B
C++
10 lines
187 B
C++
#ifndef UTIL_DATA_STORE_HPP
|
|
#define UTIL_DATA_STORE_HPP
|
|
|
|
#include <common/DataStore.hpp>
|
|
#include <tempest/Vector.hpp>
|
|
|
|
CDataStore& operator>>(CDataStore& msg, C3Vector& vector);
|
|
|
|
#endif
|