src/transparency.h
changeset 8123 ce31d2843a95
parent 7932 6c3d71e8a129
child 8527 a32b9ac056af
equal deleted inserted replaced
8122:986d42e2281d 8123:ce31d2843a95
     2 
     2 
     3 /** @file transparency.h */
     3 /** @file transparency.h */
     4 
     4 
     5 #ifndef TRANSPARENCY_H
     5 #ifndef TRANSPARENCY_H
     6 #define TRANSPARENCY_H
     6 #define TRANSPARENCY_H
       
     7 
       
     8 #include "gfx_func.h"
     7 
     9 
     8 /**
    10 /**
     9  * Transparency option bits: which position in _transparency_opt stands for which transparency.
    11  * Transparency option bits: which position in _transparency_opt stands for which transparency.
    10  * If you change the order, change the order of the ShowTransparencyToolbar() stuff in transparency_gui.cpp too.
    12  * If you change the order, change the order of the ShowTransparencyToolbar() stuff in transparency_gui.cpp too.
    11  * If you add or remove an option don't forget to change the transparency 'hot keys' in main_gui.cpp.
    13  * If you add or remove an option don't forget to change the transparency 'hot keys' in main_gui.cpp.