Added FEATURE flag, fixed rare segfault
This commit is contained in:
@@ -35,5 +35,9 @@ tetrisZLeft( std::shared_ptr< SDLPP::Renderer > renderer,
|
||||
void updateColors();
|
||||
void updateBlocks();
|
||||
void updateSize();
|
||||
#ifdef FEATURE
|
||||
void pauseBlocks();
|
||||
void resumeBlocks();
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user