Move envvar defs into a separate header

This commit is contained in:
mkrsym1
2023-06-26 12:53:07 +03:00
parent 33f7dd89a9
commit 0e2b60aecb
4 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <inject.h>
#include <envs.h>
#include <game_p.h>