7 lines
67 B
C
7 lines
67 B
C
#ifndef WINDOW_H
|
|
#define WINDOW_H
|
|
|
|
void Window_Init(void);
|
|
|
|
#endif
|