Moved TranslatePoint into a separate file.
Implemented most of the main loop in main.c. Game now seems to run OK. Need to write texture code and then add OpenGL.
This commit is contained in:
parent
12c6a39177
commit
0770c95c17
7 changed files with 218 additions and 14 deletions
|
@ -3,12 +3,6 @@
|
|||
|
||||
#include "particle.h"
|
||||
|
||||
#define SOFTWARE_RENDERER 0
|
||||
|
||||
#if SOFTWARE_RENDERER
|
||||
#include "SoftwareRender.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue