summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-10-09 19:34:02 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-10-09 19:34:02 +0200
commit169d7ff927917f2b0bf4cc6349a483f1031960fc (patch)
tree30b1a9624c5f0f0f7ca67ebccf19dde3a3cd19b7 /src/shared/struct/shr_glyph_board.erl.m4
parent80cf57bc91d25a043ed8c1de557ebe1ccbe17022 (diff)
(Broken) glyphs lists, not arrays...
Diffstat (limited to 'src/shared/struct/shr_glyph_board.erl.m4')
-rw-r--r--src/shared/struct/shr_glyph_board.erl.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/src/shared/struct/shr_glyph_board.erl.m4 b/src/shared/struct/shr_glyph_board.erl.m4
index 1631441..7fe77b1 100644
--- a/src/shared/struct/shr_glyph_board.erl.m4
+++ b/src/shared/struct/shr_glyph_board.erl.m4
@@ -43,6 +43,7 @@
-export
(
[
+ none/0,
get_omnimods_with_glyphs/2
]
).
@@ -90,7 +91,10 @@ get_slots (GlyphBoard) -> GlyphBoard#glyph_board.slots.
m4_include(__MAKEFILE_DATA_DIR/glyph_board/global.m4.conf)m4_dnl
m4_include(__MAKEFILE_DATA_DIR/glyph_board/basic.m4d)m4_dnl
from_id(_) ->
- from_id(<<"0">>).
+ none().
+
+-spec none () -> type().
+none () -> from_id(<<"0">>).
-spec get_omnimods_with_glyphs
(