2021-12-03 21:36:12 +08:00
|
|
|
[Template]
|
2022-01-08 13:39:47 +08:00
|
|
|
ver=2
|
2021-12-03 21:36:12 +08:00
|
|
|
Name=Turtle Graphics
|
2022-01-08 13:39:47 +08:00
|
|
|
Name[zh_CN]=海龟作图
|
2021-12-03 21:36:12 +08:00
|
|
|
Icon=CL_Turtle.ico
|
2022-01-08 13:39:47 +08:00
|
|
|
Description=A simple program using Turtle Graphics
|
2022-06-02 20:09:27 +08:00
|
|
|
Description[zh_CN]=简单的海龟作图程序 (https://github.com/royqh1979/raylib-drawing)
|
2021-12-03 21:36:12 +08:00
|
|
|
Category=Multimedia
|
2022-01-08 13:39:47 +08:00
|
|
|
Category[zh_CN]=多媒体
|
|
|
|
|
2021-12-03 21:36:12 +08:00
|
|
|
[Unit0]
|
2022-06-02 20:09:27 +08:00
|
|
|
CName=main.c
|
|
|
|
C=CL_Turtle_cpp.txt
|
2022-01-08 13:39:47 +08:00
|
|
|
|
2021-12-03 21:36:12 +08:00
|
|
|
[Project]
|
|
|
|
UnitCount=1
|
2022-06-02 20:09:27 +08:00
|
|
|
Type=1
|
|
|
|
IsCpp=0
|
|
|
|
linker=-lrturtle -lrdrawing -lraylib -lopengl32 -lgdi32 -lwinmm
|
2021-12-03 21:36:12 +08:00
|
|
|
|