diff options
author | midipix <writeonce@midipix.org> | 2016-08-05 06:24:27 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-08-11 09:15:42 -0400 |
commit | d8d71dbae8cff9cf9af8e704a67bb844204baaa6 (patch) | |
tree | 6afdecd1b0c3980d30d10b7c99678f1a3786d02b /project | |
parent | e99940eb80de83a1d7edbb2ca5c0c933e1ffb8cc (diff) | |
download | ntcon-d8d71dbae8cff9cf9af8e704a67bb844204baaa6.tar.bz2 ntcon-d8d71dbae8cff9cf9af8e704a67bb844204baaa6.tar.xz |
console definitions: added ntcon_vkcode.h (virtual key-codes).
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk index cddbaf1..eeb1c5c 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,7 +1,8 @@ API_HEADERS = \ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon.h \ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_api.h \ - $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_env.h + $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_env.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_vkcode.h \ INTERNAL_HEADERS = |