#ifndef SCIRPT_POSITIONS_H #define SCIRPT_POSITIONS_H #include typedef struct ScirptPosition { size_t index; int line, col; } ScirptPosition; #endif