mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Started on resources.
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,12 @@
|
||||
#ifndef LOVE_RESOURCES_H
|
||||
#define LOVE_RESOURCES_H
|
||||
|
||||
#include <vector>
|
||||
#include <love/MemoryFile.h>
|
||||
|
||||
namespace love
|
||||
{
|
||||
extern pFile Vera_ttf;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user