6 lines
120 B
C++
6 lines
120 B
C++
class NATIVE_MODE {
|
|
title = "Use Native Save/Load:";
|
|
values[] = {0, 1};
|
|
texts[] = {"False", "True"};
|
|
default = 1;
|
|
}; |