11 lines
166 B
C
Executable file
11 lines
166 B
C
Executable file
#pragma once
|
|
|
|
#include "bitmap-outliner.h"
|
|
|
|
/**
|
|
* Print arrow grid
|
|
*
|
|
* @param The outliner object.
|
|
*/
|
|
extern void bmol_print_grid(bmol_outliner const* outliner);
|