diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -28,16 +28,16 @@ modified. Frontend ~~~~~~~~ -The graphical interface is implemented in C using the Win32 API (see +The graphical interface is implemented in C++ using the Win32 API (see the c folder). The source code is spread across a small number of files. For an overview of the functions provided by each file, see defs.h. In summary: -main.c Entry point and initialization. Contains the main event handler. -listview.c Creates and handles the shared aspects of the two list views. -episodelistview.c Defines the interface to the episode list view. -datalistview.c Defines the interface to the data list view. -common.c Some useful functions that don't fit elsewhere. +main.cpp Entry point and initialization. Contains the main event handler. +listview.cpp Creates and handles the shared aspects of the two list views. +episodelistview.cpp Defines the interface to the episode list view. +datalistview.cpp Defines the interface to the data list view. +common.cpp Some useful functions that don't fit elsewhere. The frontend interacts with the Prolog backend via the SWI-Prolog API. Note, however, that most interaction is done through ten or so macros, |