mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
added mesa_profile extern decl
This commit is contained in:
parent
d8bc5a9eba
commit
228748bc49
1 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/* $Id: m_debug.h,v 1.1 2001/02/03 08:41:04 gareth Exp $ */
|
||||
/* $Id: m_debug.h,v 1.2 2001/02/05 19:17:31 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.5
|
||||
*
|
||||
* Copyright (C) 1999 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -34,4 +34,6 @@ extern void _math_test_all_transform_functions( char *description );
|
|||
extern void _math_test_all_normal_transform_functions( char *description );
|
||||
extern void _math_test_all_vertex_functions( char *description );
|
||||
|
||||
extern char *mesa_profile;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue