2018-12-20 20:56:16 +03:00
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// Resource script for Sudoku game using the Fast Light Tool Kit (FLTK).
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// Copyright 1998-2020 by Bill Spitzak and others.
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// This library is free software. Distribution and use rights are outlined in
|
|
|
|
// the file "COPYING" which should have been included with this file. If this
|
|
|
|
// file is missing or damaged, see the license at:
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// https://www.fltk.org/COPYING.php
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// Please see the following page on how to report bugs and issues:
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// https://www.fltk.org/bugs.php
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
|
|
|
|
|
|
|
//
|
2020-07-16 13:25:51 +03:00
|
|
|
// Icon for executable
|
2018-12-20 20:56:16 +03:00
|
|
|
//
|
|
|
|
|
2020-07-16 13:25:51 +03:00
|
|
|
IDI_ICON ICON DISCARDABLE "sudoku.ico"
|