diff options
| author | Ray <raysan5@gmail.com> | 2018-07-13 19:57:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-13 19:57:38 +0200 |
| commit | ea72c9e5afb1ca19a79a54932e0b9066a2060642 (patch) | |
| tree | 0b5f70fcec52fef0b97249b6d6805024abdd0060 /projects/CodeBlocks/raylib_codeblocks_tpl.layout | |
| parent | c19bd3eb04ed6f7a9886dd0fb6538d207dae8f29 (diff) | |
| parent | f0ac73ef8b4aaf4929fbe58ea7ac4e9a23a71f31 (diff) | |
| download | raylib-ea72c9e5afb1ca19a79a54932e0b9066a2060642.tar.gz raylib-ea72c9e5afb1ca19a79a54932e0b9066a2060642.zip | |
Merge pull request #577 from D3nX/master
Added Code::Blocks template !
Diffstat (limited to 'projects/CodeBlocks/raylib_codeblocks_tpl.layout')
| -rw-r--r-- | projects/CodeBlocks/raylib_codeblocks_tpl.layout | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/CodeBlocks/raylib_codeblocks_tpl.layout b/projects/CodeBlocks/raylib_codeblocks_tpl.layout new file mode 100644 index 00000000..f2a627a3 --- /dev/null +++ b/projects/CodeBlocks/raylib_codeblocks_tpl.layout @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_layout_file> + <FileVersion major="1" minor="0" /> + <ActiveTarget name="Release" /> + <File name="main.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="848" topLine="0" /> + </Cursor> + </File> +</CodeBlocks_layout_file> |
