mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-25 11:42:35 +01:00
23 lines
344 B
Plaintext
23 lines
344 B
Plaintext
|
|
//
|
|
// HELP AUDIO CHUNK FILE
|
|
//
|
|
|
|
#include "kidgs.chh"
|
|
#include "stdiodef.h"
|
|
#include "helptops.h"
|
|
#include "helpbook.h"
|
|
#include "projmain.h"
|
|
#include "helpres.h"
|
|
|
|
// here are the WAVES to include
|
|
|
|
#include "wctooltp.cht"
|
|
#include "wcbasics.cht"
|
|
#include "wctoolhp.cht"
|
|
#include "wcgdelgo.cht"
|
|
#include "wcproj.cht"
|
|
#include "wchowto.cht"
|
|
|
|
|