Spaces:
Sleeping
Sleeping
File size: 145 Bytes
e7b2eb4 | 1 2 3 4 5 6 7 | // @flow
import {createLayout} from '../util/struct_array';
export default createLayout([
{name: 'a_pos', type: 'Int16', components: 2}
]);
|