generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.inc
20 lines (16 loc) · 1.19 KB
/
PROJECT_LANG_1.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Start of script
// Project language file 1
// For: seanpm2001/Learn-POV-Ray-SDL
// About:
// I decided to make POV-Ray SDL the main project language file for this project (Seanpm2001/Learn-POV-Ray-SDL) as POV-Ray SDL is the language this project is dedicated to, because this project is about learning the POV-Ra SDL programming language. It only makes sense to POV-Ray SDL the official language for this project. It is getting its own project language file, starting here.
#macro plang1
#declare title "Project language file 1"
#declare subti "For: seanpm2001/Learn-POV-Ray-SDL"
#declare about "About: "
#declare descr "I decided to make POV-Ray SDL the main project language file for this project (Seanpm2001/Learn-POV-Ray-SDL) as POV-Ray SDL is the language this project is dedicated to, because this project is about learning the POV-Ray SDL programming language. It only makes sense to POV-Ray SDL the official language for this project. It is getting its own project language file, starting here."
#end
// File info
// File type: POV-Ray-SDL source file (*.inc)
// File version: 1 (2022, Monday, October 3rd at 10:55 pm PST)
// Line count (including blank lines and compiler line): 21
// End of script