summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-21 01:15:34 -0500
committerhuderlem <huderlem@gmail.com>2020-02-12 18:35:27 -0600
commit98ca62cf91e7e0bd33f09edfc848a62061015aee (patch)
tree6902d9b2183b6f0a379bf141ed3f88b1e2a36598 /projects
parent6356dc03c1736df6ba25f2bc999e211d8e30a9f0 (diff)
Standardize Event Object to Object Event
Diffstat (limited to 'projects')
-rw-r--r--projects/cMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cMakeLists.txt b/projects/cMakeLists.txt
index ce1c9a426..66d1f8e7d 100644
--- a/projects/cMakeLists.txt
+++ b/projects/cMakeLists.txt
@@ -10,4 +10,4 @@ file(GLOB_RECURSE C_SOURCES ../src/*.c ../src/*.h ../include/*.h)
file(GLOB_RECURSE ASM_SOURCES ../asm/*.s ../asm/*.inc ../constants/*.inc ../data/*.s ../data/*.inc)
include_directories(include ../tools/agbcc/include)
-add_executable(pokeruby.gba ${C_SOURCES} ${ASM_SOURCES}) \ No newline at end of file
+add_executable(pokeruby.gba ${C_SOURCES} ${ASM_SOURCES})