zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Undefine.h
Go to the documentation of this file.
1 /* This file is part of the Zenipex Library (zenilib).
2  * Copyright (C) 2011 Mitchell Keith Bloch (bazald).
3  *
4  * zenilib is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * zenilib is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with zenilib. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifdef ZENI_DEFINE_H
19 #undef ZENI_DEFINE_H
20 
21 // Old SDL stuff
22 #undef SDL_DEFAULT_REPEAT_DELAY
23 #undef SDL_DEFAULT_REPEAT_INTERVAL
24 
25 // Camera.h
26 #undef ZENI_DEFAULT_CAMERA_POSITION
27 #undef ZENI_DEFAULT_CAMERA_ORIENTATION
28 #undef ZENI_DEFAULT_CAMERA_NEAR_CLIP
29 #undef ZENI_DEFAULT_CAMERA_FAR_CLIP
30 #undef ZENI_DEFAULT_CAMERA_FOV
31 #undef ZENI_DEFAULT_CAMERA_TUNNEL_VISION
32 #undef ZENI_DEFAULT_FORWARD_VECTOR
33 #undef ZENI_DEFAULT_UP_VECTOR
34 #undef ZENI_DEFAULT_LEFT_VECTOR
35 
36 // Fog.h
37 #undef ZENI_DEFAULT_FOG_COLOR
38 #undef ZENI_DEFAULT_FOG_DENSITY
39 #undef ZENI_DEFAULT_FOG_TYPE
40 #undef ZENI_DEFAULT_FOG_START
41 #undef ZENI_DEFAULT_FOG_END
42 
43 // Material.h
44 #undef ZENI_DEFAULT_MATERIAL_DIFFUSE
45 #undef ZENI_DEFAULT_MATERIAL_SPECULAR
46 #undef ZENI_DEFAULT_MATERIAL_EMISSIVE
47 #undef ZENI_DEFAULT_MATERIAL_POWER
48 
49 // Net.h
50 #undef ZENI_DEFAULT_CHUNK_SIZE
51 #undef ZENI_DEFAULT_CHUNK_SETS
52 
53 // Sound_Source.h
54 #undef ZENI_DEFAULT_PITCH
55 #undef ZENI_DEFAULT_GAIN
56 #undef ZENI_DEFAULT_NEAR_CLAMP
57 #undef ZENI_DEFAULT_FAR_CLAMP
58 #undef ZENI_DEFAULT_ROLLOFF
59 #undef ZENI_DEFAULT_SOUND_PRIORITY
60 #undef ZENI_DEFAULT_MUSIC_PRIORITY
61 
62 // Widget.h
63 #undef ZENI_DEFAULT_SLIDER_POSITION
64 #undef ZENI_DEFAULT_TAB_SPACES
65 #undef ZENI_DEFAULT_JUSTIFY
66 #undef ZENI_DEFAULT_TEXTBOX_EDITABLE
67 
68 // Widget.cpp
69 #undef ZENI_TEXT_CURSOR_WIDTH
70 
71 // Video.hxx
72 #undef ZENI_2D_NEAR
73 #undef ZENI_2D_FAR
74 
75 // Video_DX9.hxx
76 #undef ZENI_STANDARD_DPI
77 
78 // Collision.cpp
79 #undef ZENI_COLLISION_EPSILON
80 
81 // Configurator_Video.cpp
82 #undef ZENI_REVERT_TIMEOUT
83 
84 // Font.cpp
85 #undef MINIMUM_VIRTUAL_SCREEN_HEIGHT
86 #undef MAXIMUM_VIRTUAL_SCREEN_HEIGHT
87 
88 // Game.cpp
89 #undef NASTY_MIN_RATE
90 #undef NASTY_MAX_RATE
91 #undef NASTY_RATE_CUTOFF
92 #undef NASTY_ZERO_STEP_FREQUENCY
93 
94 // Gamestate.cpp
95 #undef ZENI_DEFAULT_II_JOYBALL_MIN
96 #undef ZENI_DEFAULT_II_JOYBALL_MAX
97 #undef ZENI_DEFAULT_II_JOYSTICK_MIN
98 #undef ZENI_DEFAULT_II_JOYSTICK_MAX
99 #undef ZENI_DEFAULT_II_MOUSE_MIN
100 #undef ZENI_DEFAULT_II_MOUSE_MAX
101 
102 // Material.cpp
103 #undef ZENI_DIFFUSE_TO_SPECULAR
104 
105 // Net_Primitives.cpp
106 #undef ZENI_SPRINTF_BUFFER_SIZE
107 
108 // Texture.cpp
109 #undef ZENI_MAX_TEXTURE_WIDTH
110 #undef ZENI_MAX_TEXTURE_HEIGHT
111 
112 // Thread.cpp
113 #undef NO_ERROR_STATUS
114 #undef ZENI_ERROR_STATUS
115 #undef STD_ERROR_STATUS
116 #undef OTHER_ERROR_STATUS
117 
118 // Vertex_Buffer.cpp
119 #undef CLOSENESS_THRESHOLD_SQUARED
120 #undef ALIKENESS_THRESHOLD
121 #undef CLOSENESS_THRESHOLD
122 
123 // Video.cpp
124 #undef FAILSAFE_SCREEN_WIDTH
125 #undef FAILSAFE_SCREEN_HEIGHT
126 #undef MINIMUM_SCREEN_WIDTH
127 #undef MINIMUM_SCREEN_HEIGHT
128 
129 // Nasty Conditions
130 #undef NASTY_SOUND_SOURCE_CAP
131 
132 // Miscellaney
133 #undef END_OF_TIME
134 #undef INFINTESSIMAL
135 #undef INFINTESSIMAL_SQUARED
136 
137 #endif