equal
deleted
inserted
replaced
21 |
21 |
22 #ifndef __GRAPHICDRAWERTESTFRAMERATE_H__ |
22 #ifndef __GRAPHICDRAWERTESTFRAMERATE_H__ |
23 #define __GRAPHICDRAWERTESTFRAMERATE_H__ |
23 #define __GRAPHICDRAWERTESTFRAMERATE_H__ |
24 |
24 |
25 #include <e32std.h> |
25 #include <e32std.h> |
26 #include "Graphics/WSGRAPHICDRAWER.H" |
26 #include "graphics/WSGRAPHICDRAWER.H" |
27 #include <Graphics/WSGRAPHICDRAWERINTERFACE.H> |
27 #include <graphics/WSGRAPHICDRAWERINTERFACE.H> |
28 |
28 |
29 //Maximum number of animations at a time. |
29 //Maximum number of animations at a time. |
30 #define KMaxAnim 100 |
30 #define KMaxAnim 100 |
31 |
31 |
32 class MWsGraphicDrawerContext; |
32 class MWsGraphicDrawerContext; |