added some code
wrote some code to test some functionallity
This commit is contained in:
7
src/client_backend/app_ctrl.cpp
Normal file
7
src/client_backend/app_ctrl.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef APP_CTRL_CPP
|
||||
#define APP_CTRL_CPP
|
||||
#include "app_ctrl.h"
|
||||
int app_stop() {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user