4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
import { vec2 } from 'gl-matrix';
|
|
import { IDrawable } from '../i-drawable';
|
|
|
|
export interface ILight extends IDrawable {}
|