Add missing license header

This commit is contained in:
Szymon Nowakowski 2023-08-04 20:56:06 +02:00
parent 537f70ef88
commit b1db6dfa14
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/*!
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*/
import { Renderer } from "./oktaeder"; import { Renderer } from "./oktaeder";
export type ShaderFlagKey = number; export type ShaderFlagKey = number;