/
nantonenko95
/
raylib-introduction
Обзор
Документация
Войти
/
nantonenko95
/
raylib-introduction
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/application.h
13 строк
134 B
Nikita
first commit
10 ноя 2024, 10:23
10 ноя 2024, 10:23
4c7354e
Код
Авторство
О чём код?
#pragma once #include "config.h" #include "game.h" class Application { public: Screen screen; Game game; void run(); };