examples: Remove unused files

This commit is contained in:
Antonio Niño Díaz 2024-06-02 18:06:51 +01:00
parent b52b704000
commit 3f4bfbdb25
2 changed files with 0 additions and 50 deletions

View File

@ -1,25 +0,0 @@
//{{BLOCK(texture)
//======================================================================
//
// texture, 256x256@16,
// Alphabit on.
// + bitmap not compressed
// Total size: 131072 = 131072
//
// Time-stamp: 2024-01-27, 18:07:12
// Exported by Cearn's GBA Image Transmogrifier, v0.9.2
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_TEXTURE_H
#define GRIT_TEXTURE_H
#define textureBitmapLen 131072
extern const unsigned int textureBitmap[32768];
#endif // GRIT_TEXTURE_H
//}}BLOCK(texture)

View File

@ -1,25 +0,0 @@
//{{BLOCK(texture)
//======================================================================
//
// texture, 256x256@16,
// Alphabit on.
// + bitmap not compressed
// Total size: 131072 = 131072
//
// Time-stamp: 2024-01-27, 18:13:28
// Exported by Cearn's GBA Image Transmogrifier, v0.9.2
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_TEXTURE_H
#define GRIT_TEXTURE_H
#define textureBitmapLen 131072
extern const unsigned int textureBitmap[32768];
#endif // GRIT_TEXTURE_H
//}}BLOCK(texture)