diff options
Diffstat (limited to 'src/engine/machina/Atom.hpp')
-rw-r--r-- | src/engine/machina/Atom.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Atom.hpp b/src/engine/machina/Atom.hpp index 180fe1c..710cc26 100644 --- a/src/engine/machina/Atom.hpp +++ b/src/engine/machina/Atom.hpp @@ -30,7 +30,7 @@ class Forge; /** A generic typed data container. - + An Atom holds a value with some type and size, both specified by a uint32_t. Values with size less than sizeof(void*) are stored inline: no dynamic allocation occurs so Atoms may be created in hard real-time threads. |