11 lines
137 B
C
11 lines
137 B
C
|
#ifndef MENU_H
|
||
|
#define MENU_H
|
||
|
|
||
|
#include<SDL.h>
|
||
|
#include<iostream>
|
||
|
#include"texture.h"
|
||
|
|
||
|
int menu(SDL_Renderer* render);
|
||
|
|
||
|
#endif // MENU_H
|