7 lines
83 B
C++
7 lines
83 B
C++
file="functions";
|
|
class preInit{
|
|
preInit = 1;
|
|
};
|
|
class postInit{
|
|
postInit = 1;
|
|
}; |