pixelplanet/src/core/Cell.js
2020-01-04 07:00:47 +01:00

5 lines
107 B
JavaScript

/* @flow */
export type Index = number; // TODO integer >= 0
export type Cell = [number, number, number];