File diff r17868:2ffa4a003eb4 → r17869:b0e51d26f3f0
src/toolbar_gui.h
Show inline comments
 
@@ -10,10 +10,11 @@
 
/** @file toolbar_gui.h Stuff related to the (main) toolbar. */
 

	
 
#ifndef TOOLBAR_GUI_H
 
#define TOOLBAR_GUI_H
 

	
 
void AllocateToolbar();
 
void ToggleBoundingBoxes();
 

	
 
extern int16 *_preferred_toolbar_size;
 

	
 
#endif /* TOOLBAR_GUI_H */