mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
10 lines
154 B
C
10 lines
154 B
C
#ifndef WII_ANAL_VER_H_
|
|
#define WII_ANAL_VER_H_
|
|
|
|
#include "gfx/images.h"
|
|
|
|
#define VER_MAJ &img_3x5_1
|
|
#define VER_MIN &img_3x5_0
|
|
|
|
#endif //WII_ANAL_VER_H_
|