| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-02-27 17:19:59 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-02-27 17:19:59 +0100 | 
| commit | 8ed3e625a5576b6f43b966ee77e0f6de282a074e (patch) | |
| tree | 0dbd68dc9e49d02861b1c27956b31fcce2bc6677 /src/struct/glyph.erl | |
| parent | 292022649270d36c8ab0c813e4d7e07f3e067231 (diff) | |
...
Diffstat (limited to 'src/struct/glyph.erl')
| -rw-r--r-- | src/struct/glyph.erl | 45 | 
1 files changed, 0 insertions, 45 deletions
| diff --git a/src/struct/glyph.erl b/src/struct/glyph.erl deleted file mode 100644 index 18d8455..0000000 --- a/src/struct/glyph.erl +++ /dev/null @@ -1,45 +0,0 @@ --module(glyph). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --record -( -   glyph, -   { -      id, -      name, -      icon, -      pos_attrib_mods, -      neg_attrib_mods -   } -). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% EXPORTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%% Accessors --export -( -   [ -      get_id/1, -      get_name/1, -      get_icon/1, -      get_pos_attrib_mods/1, -      get_neg_attrib_mods/1 -   ] -). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% LOCAL FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%% Accessors -get_id (Gh) -> Gh#glyph.id. -get_name (Gh) -> Gh#glyph.name. -get_icon (Gh) -> Gh#glyph.icon. -get_pos_attrib_mods (Gh) -> Gh#glyph.pos_attrib_mods. -get_neg_attrib_mods (Gh) -> Gh#glyph.neg_attrib_mods. | 


