mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-22 10:22:40 +01:00
18 lines
789 B
Plaintext
18 lines
789 B
Plaintext
/* Copyright (c) Microsoft Corporation.
|
|
Licensed under the MIT License. */
|
|
|
|
// ------------------------------------------------------------------------
|
|
// cursor definitions... to be included after STARTCHUNKY command
|
|
// ------------------------------------------------------------------------
|
|
|
|
CURSORCHUNK( "building\cursors\crs1018.cur", kcrsHand1 )
|
|
CURSORCHUNK( "building\cursors\crs128.cur", kcrsArrow1 )
|
|
CURSORCHUNK( "building\cursors\crs142.cur", kcrsWand1 )
|
|
CURSORCHUNK( "building\cursors\crs143.cur", kcrsStar )
|
|
CURSORCHUNK( "building\cursors\left.cur", kcrsLeft )
|
|
CURSORCHUNK( "building\cursors\right.cur", kcrsRight )
|
|
CURSORCHUNK( "building\cursors\down.cur", kcrsDown )
|
|
CURSORCHUNK( "building\cursors\up.cur", kcrsUp )
|
|
CURSORCHUNK( "building\cursors\turn1.cur", kcrsTurn1 )
|
|
|