6 lines
57 B
C
6 lines
57 B
C
#pragma once
|
|
|
|
#if JULIET_DEBUG
|
|
void DrawTopBar();
|
|
#endif
|
#pragma once
|
|
|
|
#if JULIET_DEBUG
|
|
void DrawTopBar();
|
|
#endif
|