From 59355e26ed1f4facff444e9cf7d6fd68bc3abbeb Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 1 Oct 2020 17:26:35 +0200 Subject: [PATCH] fill in missing source structure in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7effaf2..625d937 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ MIT you bet ## Source Structure +- framework (where most of the code lives) +- systems (some prepackaged [ecs-systems](docs/terminology.md) ) +- screens (some prepackaged [`MM::Screen`s](docs/terminology.md) ) + ## Libraries Used - [EnTT](https://github.com/skypjack/entt) - [glad](https://github.com/Dav1dde/glad)