Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/workspace/glutil.c
- This file was moved from source/blender/editors/screen/glutil.c.
| Show All 17 Lines | |||||
| * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. | * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| * | * | ||||
| * Contributor(s): Blender Foundation | * Contributor(s): Blender Foundation | ||||
| * | * | ||||
| * ***** END GPL LICENSE BLOCK ***** | * ***** END GPL LICENSE BLOCK ***** | ||||
| */ | */ | ||||
| /** \file blender/editors/screen/glutil.c | /** \file blender/editors/workspace/glutil.c | ||||
| * \ingroup edscr | * \ingroup workspace | ||||
| */ | */ | ||||
| #include <stdio.h> | #include <stdio.h> | ||||
| #include <string.h> | #include <string.h> | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| ▲ Show 20 Lines • Show All 919 Lines • Show Last 20 Lines | |||||