6 lines
78 B
C
6 lines
78 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
const std::string & getResourceName(WORD x);
|