RedFlame v0.1.1
A high intensity flame eminating from software
Loading...
Searching...
No Matches
CodecFast.h
1//----------------------------------------------------------------
2//
3// File: CodecFast.h
4//
5//----------------------------------------------------------------
6
7#pragma once
8
9namespace Codec {
10
12{
13public:
16 CodecFast();
17 ~CodecFast() = default;
19
23
27};
28
29/*-----------------------------------------------------------*/
38
39} // namespace Codec
40
41//----------------------------------------------------------------
CodecFast()
Definition CodecFast.cpp:16
Supply Library description.
Definition CodecFast.h:9