Skip to content

Commit

Permalink
api.c → aoc_language_ini.c
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 10, 2019
1 parent a846fb5 commit 6b28848
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WINDRES = i686-w64-mingw32-windres

OPTFLAGS = -O3 -s
DBGFLAGS = -DDEBUG -g
SOURCES = api.c hook.c
SOURCES = aoc_language_ini.c hook.c

FLAGS = -I./include
ifeq ($(RELEASE),1)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "api.h"
#include "aoc_language_ini.h"
#include <mmmod.h>
#include <stdio.h>
#include <windows.h>
Expand Down

0 comments on commit 6b28848

Please sign in to comment.