Skip to content

Commit 8fbfa25

Browse files
committed
ToggleTextButton for vs2008 and qmake files
1 parent a2b5200 commit 8fbfa25

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ set ( interface_src
328328
Interface/ArrowButton.h
329329
Interface/TextButton.cpp
330330
Interface/TextButton.h
331+
Interface/ToggleTextButton.cpp
332+
Interface/ToggleTextButton.h
331333
Interface/Text.h
332334
Interface/Text.cpp
333335
Interface/Bar.h

src/OpenXcom.2008.vcproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,14 @@
662662
RelativePath=".\Interface\TextButton.h"
663663
>
664664
</File>
665+
<File
666+
RelativePath=".\Interface\ToggleTextButton.cpp"
667+
>
668+
</File>
669+
<File
670+
RelativePath=".\Interface\ToggleTextButton.h"
671+
>
672+
</File>
665673
<File
666674
RelativePath=".\Interface\TextEdit.cpp"
667675
>

0 commit comments

Comments
 (0)