mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add missing files
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef LOVE_GRAPHICS_OPENGL_WRAP_PROGRAM_H
|
||||
#define LOVE_GRAPHICS_OPENGL_WRAP_PROGRAM_H
|
||||
|
||||
#include <common/runtime.h>
|
||||
#include "PixelEffect.h"
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
{
|
||||
namespace opengl
|
||||
{
|
||||
PixelEffect * luax_checkpixeleffect(lua_State * L, int idx);
|
||||
int w_PixelEffect_getWarnings(lua_State * L);
|
||||
int w_PixelEffect_sendFloat(lua_State * L);
|
||||
int w_PixelEffect_sendMatrix(lua_State * L);
|
||||
int w_PixelEffect_sendImage(lua_State * L);
|
||||
int luaopen_pixeleffect(lua_State * L);
|
||||
} // opengl
|
||||
} // graphics
|
||||
} // love
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user