6 lines
50 B
C++
6 lines
50 B
C++
|
#pragma once
|
||
|
|
||
|
namespace branding
|
||
|
{
|
||
|
void draw();
|
||
|
}
|