mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +02:00
License headers.
This commit is contained in:
parent
42ab992397
commit
d8693d4d43
2 changed files with 34 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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!");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue