mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
11 lines
177 B
C++
11 lines
177 B
C++
#ifndef CATWEASEL_H
|
|
#define CATWEASEL_H
|
|
|
|
class Fluxmap;
|
|
class Bytes;
|
|
|
|
extern std::unique_ptr<Fluxmap> decodeCatweaselData(
|
|
const Bytes& bytes, nanoseconds_t clock);
|
|
|
|
#endif
|