Skip to content
Snippets Groups Projects
WordSeek.h 90 B
#pragma once

class WordSeek {
public:
    ssize_t seekOffset;
    size_t realLocation;
};