#pragma once

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