mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
love.graphics.setCaption has been renamed to love.window.setTitle.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
**/
|
||||
|
||||
#include "delay.h"
|
||||
#include <SDL.h>
|
||||
|
||||
#include <SDL_timer.h>
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user