Starship/include/assets/ast_logo.h
Lywx 0b13c0edef
Asset extraction (#133)
* Added torch and ast_logo yml

* Added torch into makefile

* Added torch into tools all rule

* Fixed version and removed clang-format from c header

* Reverted settings.json unrelated change

* Bump version

* Readded -s flag

* Fixed Makefile indentation
2024-02-17 23:19:18 -03:00

11 lines
137 B
C

#ifndef AST_LOGO_H
#define AST_LOGO_H
#include "gfx.h"
#include "sf64object.h"
#include "structs.h"
extern u8 gNintendoLogo[];
#endif