mirror of
https://github.com/nicklausw/ndsa.git
synced 2025-06-19 01:05:35 -04:00
6 lines
111 B
C++
6 lines
111 B
C++
#include <NDSA.hh>
|
|
using namespace NDSA;
|
|
|
|
void printFrame(int frame) {
|
|
PrintAt(0, 10, "Frame = %d", frame);
|
|
} |