diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-01-02 22:21:38 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-01-02 22:21:38 +0700 |
commit | 392dc964d94c211ac6af98e02c56371d6bb8a3cd (patch) | |
tree | 22cc4da1cad8e0957a54870015cb9d242fdc8696 /src/config.c | |
parent | e055021f3fb031c9d8851c3237019f7f0db55f77 (diff) |
refactori-dont-know
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c new file mode 100644 index 0000000..21e55f1 --- /dev/null +++ b/src/config.c @@ -0,0 +1,13 @@ +// +// Created by sid on 1/2/24. +// +#include "config.h" + +Config config = { + 800, + 600, + 800 / 2, + 600 / 2, + "Gw bikin apaan sih", + 60 +};
\ No newline at end of file |