blob: c3e31dd384ca36338ba4e6944ea3cf479f656ed4 [file] [log] [blame]
#ifndef DEPTH_HPP
#define DEPTH_HPP
struct depth_t
{
int first;
int count;
int total;
};
#endif