Added initial files.
This commit is contained in:
8
include/text.h
Normal file
8
include/text.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
/* Validators. */
|
||||
bool validFont( size_t id );
|
||||
/* Loading. */
|
||||
int lmodelsLoadFont( lua_State *L );
|
||||
/* Drawing. */
|
||||
int ltextDrawText( lua_State *L );
|
||||
Reference in New Issue
Block a user