diff options
Diffstat (limited to 'Runtime/Mesh/Glyph.h')
-rw-r--r-- | Runtime/Mesh/Glyph.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/Mesh/Glyph.h b/Runtime/Mesh/Glyph.h new file mode 100644 index 0000000..6020b45 --- /dev/null +++ b/Runtime/Mesh/Glyph.h @@ -0,0 +1,9 @@ +#ifndef GLYPH_H +#define GLYPH_H + +class Glyph +{ + +}; + +#endif
\ No newline at end of file |