mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
Fixed typo and updated .gitignore
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
build/
|
||||
lib/
|
||||
lib/
|
||||
*.bin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef RECTANGLE_ACTOR_H
|
||||
#define RECTANGLE_ACTOR_H
|
||||
|
||||
#include <<cpp3ds/actors/Actor.h>
|
||||
#include <cpp3ds/actors/Actor.h>
|
||||
#include <cpp3ds/Color.h>
|
||||
#include <cpp3ds/Screen.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user