emulator working

This commit is contained in:
Adolfo Reyna
2026-01-30 23:40:10 -05:00
parent c1423b66aa
commit 76a74477a7
5 changed files with 45 additions and 65 deletions

View File

@@ -6,7 +6,7 @@
#ifndef DEMO_GAME_H
#define DEMO_GAME_H
#include "game.h"
#include "../lib/game.h"
/**
* @brief Demo Game - Simple test game for launcher

View File

@@ -6,7 +6,7 @@
#ifndef TIC_TAC_TOE_H
#define TIC_TAC_TOE_H
#include "game.h"
#include "../lib/game.h"
/**
* @brief Tic-Tac-Toe game implementation