comparison Engine/Graphics/Level/Decoration.h @ 2499:68cdef6879a0

engine folder
author Ritor1
date Fri, 19 Sep 2014 02:57:42 +0600
parents 5abd8fc8f1c6
children
comparison
equal deleted inserted replaced
2498:92eeeb5200f2 2499:68cdef6879a0
1 #pragma once 1 #pragma once
2 2
3 #include <cstdint> 3 #include <cstdint>
4 #include <array> 4 #include <array>
5 5
6 #include "../../../VectorTypes.h" 6 #include "../../VectorTypes.h"
7 7
8 8
9 enum LEVEL_DECORATION_FLAGS: uint16_t 9 enum LEVEL_DECORATION_FLAGS: uint16_t
10 { 10 {
11 LEVEL_DECORATION_TRIGGERED_BY_TOUCH = 0x01, 11 LEVEL_DECORATION_TRIGGERED_BY_TOUCH = 0x01,