From 9faf37e92bbc0f49eb3269b829b5ff146c12d90f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 11 Sep 2021 20:26:26 +0200 Subject: [PATCH] Add docs, examples and tests folder See issue #22 for details. --- docs/README.md | 5 +++++ examples/README.md | 5 +++++ tests/README.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 docs/README.md create mode 100644 examples/README.md create mode 100644 tests/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..98611562 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,5 @@ +# Docs folder + +See issue #22. + +Delete this file if the first example program has been added. diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..73aaa284 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,5 @@ +# SDL2/Pascal examples folder + +See issue #22. + +Delete this file if the first example program has been added. diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..32bde78f --- /dev/null +++ b/tests/README.md @@ -0,0 +1,5 @@ +# Tests folder + +See issue #22. + +Delete this file if the first example program has been added.