/apps/examples/circle-raster: simple code for grid-centered circle rasterization
This commit is contained in:
11
apps/examples/circle-raster/state.h
Normal file
11
apps/examples/circle-raster/state.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef STATE_H
|
||||
#define STATE_H
|
||||
|
||||
#include "twn_game_api.h"
|
||||
|
||||
struct state {
|
||||
float r;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user