mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added some resources.
This commit is contained in:
+1881
-2
File diff suppressed because it is too large
Load Diff
@@ -23,9 +23,14 @@
|
||||
|
||||
namespace love
|
||||
{
|
||||
// Vera_ttf
|
||||
const int Vera_ttf_size = 65932;
|
||||
extern const char Vera_ttf_data[];
|
||||
struct Resource
|
||||
{
|
||||
const char * name;
|
||||
void * data;
|
||||
unsigned int size;
|
||||
};
|
||||
|
||||
extern const Resource resources[];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user