License headers.

This commit is contained in:
Kasen IO 2020-04-03 02:12:27 -04:00
parent 42ab992397
commit d8693d4d43
2 changed files with 34 additions and 0 deletions

View file

@ -1,3 +1,15 @@
<!--
//
// inventory.html
//
// Created by kasenvr@gmail.com on 2 Mar 2020
// Copyright 2020 Vircadia Contributors
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
-->
<!DOCTYPE html>
<html>
<head>

View file

@ -1,3 +1,13 @@
//
// inventory.js
//
// Created by kasenvr@gmail.com on 2 Mar 2020
// Copyright 2020 Vircadia Contributors
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
(function () { // BEGIN LOCAL_SCOPE
var AppUi = Script.require('appUi');
var ui;
@ -20,6 +30,18 @@ function saveInventory() {
}
function loadInventory() {
}
function receivingItem() {
}
function shareItem() {
}
function onOpened() {
console.log("hello world!");
}