summaryrefslogtreecommitdiffstats
path: root/src/include/eiotas_iota.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-21 22:55:23 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-21 22:55:23 +0200
commit2ef4c6d3ff6754a9889b414fca8bddfa4ad8023e (patch)
treefa17b46f06a2f037112a21b1e8e983cafa60d0e7 /src/include/eiotas_iota.h
parentbd2645e81b46d81fdee070c6088618b26c9b56f0 (diff)
downloadedoors-2ef4c6d3ff6754a9889b414fca8bddfa4ad8023e.zip
edoors-2ef4c6d3ff6754a9889b414fca8bddfa4ad8023e.tar.gz
add eiotas_particle.c and eiotas_link.c
Diffstat (limited to 'src/include/eiotas_iota.h')
-rw-r--r--src/include/eiotas_iota.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/eiotas_iota.h b/src/include/eiotas_iota.h
index 4a01921..6e4a346 100644
--- a/src/include/eiotas_iota.h
+++ b/src/include/eiotas_iota.h
@@ -25,8 +25,8 @@ typedef enum _Eiotas_Type
{
EIOTAS_TYPE_SPIN=0,
EIOTAS_TYPE_ROOM,
- EIOTAS_TYPE_BOARD,
EIOTAS_TYPE_DOOR,
+ EIOTAS_TYPE_BOARD,
EIOTAS_TYPE_COUNT
} Eiotas_Type;