mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
examples: Remove unused files
This commit is contained in:
parent
b52b704000
commit
3f4bfbdb25
@ -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)
|
|
@ -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)
|
|
Loading…
Reference in New Issue
Block a user