Engine library

Embed: (wiki syntax)

« Back to documentation index

current_coordinate_struct Struct Reference

current_coordinate_struct Struct Reference

Engine Class. More...

#include <Engine.h>

Data Fields

int current_x
 integer for the current_x coordinate
int current_y
 integer for the current_y coordinate

Detailed Description

Engine Class.

A class to run a game loop Interfaces with the N5110 class, Gamepad class, Levels class, FXOS8700CQ class, Levels class, Science class, and Character class.

Author:
Victoria Filor
Date:
May 17 current coordinate struct

Definition at line 22 of file Engine.h.


Field Documentation

int current_x

integer for the current_x coordinate

Definition at line 23 of file Engine.h.

int current_y

integer for the current_y coordinate

Definition at line 24 of file Engine.h.