view Game/MainMenu.h @ 2573:0c67be4ec900

DrawTextureIndexed renamed to DrawTextureTransparentColorKey Changing more class Texture to class Image.
author a.parshin
date Sat, 05 Mar 2016 16:25:53 +0200
parents d87bfbd3bb3b
children
line wrap: on
line source

#pragma once

void MainMenu_Loop();
void MainMenu_EventLoop();


extern struct Image *main_menu_background;