Files
bed/include/utils/utils.h
T
syedm 51e193d28b Major changes to api and structure.
- Remove newline caching
- limit petal sizes
- make public facing api use points only
- fix iterators (chunk & line)
2026-08-02 11:07:04 +01:00

9 lines
82 B
C

#pragma once
#include "pch.h"
struct Point {
uint32_t row;
uint32_t col;
};