SANDAL2
A SDL2 Wrapper in C
Public Attributes | List of all members
Clickable Struct Reference

Represente a hit boxe which is a collection of Line (defining a convexe polygon) and Circle. More...

#include <Clickable.h>

Collaboration diagram for Clickable:
Collaboration graph
[legend]

Public Attributes

LinefirstL
 
CirclefirstC
 
struct Clickablenext
 

Detailed Description

Represente a hit boxe which is a collection of Line (defining a convexe polygon) and Circle.

Member Data Documentation

◆ firstC

Circle* Clickable::firstC

first element of the ellipses' list

◆ firstL

Line* Clickable::firstL

first element of the lines' list

◆ next

struct Clickable* Clickable::next

next hitbox


The documentation for this struct was generated from the following file: