add missing files

This commit is contained in:
AlexandreRouma
2024-02-01 00:55:36 +01:00
parent ef42ea01d8
commit f1f04d59fe
3 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#pragma once
namespace flex {
class Decoder {
public:
// TODO
private:
// TODO
};
}