Skip to content

Commit

Permalink
Gitignore images.h
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Feb 3, 2024
1 parent 7491f36 commit 9d5e59f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ doxygen-warn.log

# vim session
Session.vim

# images header
include/images.h
44 changes: 22 additions & 22 deletions include/images.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@

#pragma once

#include "pig.h"
#include "steve_body3.h"
#include "aim.h"
#include "steve_body1.h"
#include "heart_outline.h"
#include "half_heart.h"
#include "half_heart2.h"
#include "inventory_slot.h"
#include "steve_body2.h"
#include "inventory_slot_select.h"
#include "steve_head.h"
#include "lbtn.h"
#include "rightbtn.h"
#include "abtn.h"
#include "startbtn.h"
#include "bbtn.h"
#include "downbtn.h"
#include "english.h"
#include "heart.h"
#include "lbtn.h"
#include "leftbtn.h"
#include "logo.h"
#include "rbtn.h"
#include "rightbtn.h"
#include "russian.h"
#include "selectbtn.h"
#include "startbtn.h"
#include "upbtn.h"
#include "world_label.h"
#include "world_label_select.h"
#include "xbtn.h"
#include "upbtn.h"
#include "leftbtn.h"
#include "ybtn.h"
#include "aim.h"
#include "half_heart.h"
#include "half_heart2.h"
#include "heart_outline.h"
#include "inventory_slot.h"
#include "inventory_slot_select.h"
#include "steve_body1.h"
#include "steve_body2.h"
#include "steve_body3.h"
#include "steve_head.h"
#include "xbtn.h"
#include "world_label_select.h"
#include "downbtn.h"
#include "rbtn.h"
#include "logo.h"
#include "russian.h"
#include "pig.h"
#include "font_small.h"
#include "font_small_ru1.h"

0 comments on commit 9d5e59f

Please sign in to comment.