From 5f883c80e7fc63c97910d003c44aea814ab8a5d6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 18 Jul 2024 15:42:11 +0200 Subject: reimplement customers as entity --- server/src/spatial_index.rs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'server/src/spatial_index.rs') diff --git a/server/src/spatial_index.rs b/server/src/spatial_index.rs index 4395f0f5..a62c80e0 100644 --- a/server/src/spatial_index.rs +++ b/server/src/spatial_index.rs @@ -1,3 +1,20 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ use hurrycurry_protocol::glam::Vec2; use std::{collections::HashMap, hash::Hash}; -- cgit v1.2.3-70-g09d2