From 43c6f88d184fca8c0b14e572ec36bc3dcdcdf694 Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Tue, 20 May 2025 17:39:29 -0400 Subject: [PATCH] Update ReadME.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f58a51..1b0109f 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ +## Gryphn Cross platform rendering api + +# Info / Code Style +Internal functions you are not supposed to call are titled in snake case
+In most, should be all, cases the internal functions are contained in the .C files +Functions that should be called by the user are titled in camel case and begin with gn