first commit

This commit is contained in:
chacha
2026-02-23 11:32:57 +01:00
commit d50c3ff48f
16 changed files with 3207 additions and 0 deletions

6
Draw.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _DEF_DRAW_H_
#define _DEF_DRAW_H_
void drawTriangle( const SstRegs *sst, const int x, const int y, const int tSize);
#endif //_DEF_DRAW_H_