really draw a square

This commit is contained in:
chacha
2026-02-25 00:41:53 +00:00
parent f6d19c682d
commit 57fd93f513
2 changed files with 23 additions and 14 deletions

8
Draw.h
View File

@@ -19,9 +19,9 @@
#define _DEF_DRAW_H_
void
drawTriangle( const SstRegs *sst,
const int x,
const int y,
const int tSize);
drawSquare( const SstRegs *sst,
const int x,
const int y,
const int tSize);
#endif //_DEF_DRAW_H_