Skip to content

Commit

Permalink
More readable/speakable Class Names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kn0rk committed Sep 27, 2019
1 parent 5dd0784 commit ba96b04
Show file tree
Hide file tree
Showing 18 changed files with 173 additions and 383 deletions.
4 changes: 2 additions & 2 deletions NatlinkSource/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project(${PROJECT_NAME})
set(SRC_FILES
COM/appsupp.cpp
DictationObject.cpp
./DragCode.cpp
DragonCode.cpp
Exceptions.cpp
GrammarObject.cpp
./natlink.cpp
Expand All @@ -33,7 +33,7 @@ set(HEADERS_FILES
COM/appsupp.h
COM/comsupp.h
DictationObject.h
DragCode.h
DragonCode.h
COM/dspeech.h
Exceptions.h
GrammarObject.h
Expand Down
2 changes: 1 addition & 1 deletion NatlinkSource/COM/appsupp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../StdAfx.h"
#include "../Resource.h"
#include "../DragCode.h"
#include "../DragonCode.h"
#include "appsupp.h"

// from PythWrap.cpp
Expand Down
186 changes: 0 additions & 186 deletions NatlinkSource/COPYRIGHT.txt

This file was deleted.

Loading

0 comments on commit ba96b04

Please sign in to comment.