13 lines
183 B
C++
13 lines
183 B
C++
//
|
|
// Created by lgv on 11/27/25.
|
|
//
|
|
|
|
#ifndef CMVR_ES_CONTROLLER_CREATOR_H
|
|
#define CMVR_ES_CONTROLLER_CREATOR_H
|
|
|
|
|
|
class controller_creator {
|
|
};
|
|
|
|
|
|
#endif //CMVR_ES_CONTROLLER_CREATOR_H
|