mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-04 04:05:31 +00:00
15 lines
173 B
C++
15 lines
173 B
C++
#include "woz-serializer.h"
|
|
|
|
bool WozSerializer::Serialize(int8_t fd)
|
|
{
|
|
// ***
|
|
return false;
|
|
}
|
|
|
|
bool WozSerializer::Deserialize(int8_t fd)
|
|
{
|
|
// ***
|
|
return false;
|
|
}
|
|
|