MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / MenuItem

Method MenuItem

engine/src/menu.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "menu.h"
9
10MenuItem::MenuItem()
11{
12 boolValue = NULL;
13 name = NULL;
14 function = NULL;
15}
16
17MenuItem::MenuItem(float _x, float _y, bool is_slider, char* _name, void(*_function)())
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected