7 lines
130 B
C++
Executable file
7 lines
130 B
C++
Executable file
#include "ActionIconMapping.h"
|
|
|
|
FActionIconMapping::FActionIconMapping() {
|
|
this->Icon = NULL;
|
|
this->DoNotTint = false;
|
|
}
|
|
|