Add acme scripts
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
|
||||
|
||||
#include "sound.h"
|
||||
#include "resources.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
ma_engine engine;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef SOUND_H
|
||||
#define SOUND_H
|
||||
|
||||
#include <miniaudio.h>
|
||||
#include "miniaudio.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user