7 lines
113 B
C++
7 lines
113 B
C++
#pragma once
|
|
namespace graphics {
|
|
void init();
|
|
bool init_base_fixes();
|
|
bool init_detail_scaling();
|
|
}
|