#ifndef _EXAMPLE_H_ #define _EXAMPLE_H_ void draw_foo(int offset, int size, Node* ptr); void draw_blub(int offset, int size, Node* ptr); #endif