Add acme scripts

This commit is contained in:
2022-06-28 23:51:21 +00:00
parent f93b49e0d0
commit a350083bec
5 changed files with 32 additions and 9 deletions

View File

@@ -1,9 +1,6 @@
#include "sound.h"
#include "resources.h"
#include <stdlib.h>
ma_engine engine;

View File

@@ -1,7 +1,7 @@
#ifndef SOUND_H
#define SOUND_H
#include <miniaudio.h>
#include "miniaudio.h"

View File

@@ -1,13 +1,9 @@
#include "window.h"
#include <string.h>
#include "texture.h"
#include "log.h"
#include <stdlib.h>
#include <stdio.h>
#include <vec.h>
static struct mSDLWindow *mainwin;