10 lines
122 B
C
10 lines
122 B
C
#include "window_status.h"
|
|
|
|
enum error_code window_init(){
|
|
return success;
|
|
}
|
|
|
|
int window_get_value(){
|
|
return 0;
|
|
}
|