Browse Source

s/ATTRIB_h/ATTRIB_H/

tags/vtx-0-2-21112003-freeze
Brian Paul 22 years ago
parent
commit
6a0db56269
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      src/mesa/main/attrib.h

+ 3
- 4
src/mesa/main/attrib.h View File

@@ -1,9 +1,8 @@

/*
* Mesa 3-D graphics library
* Version: 3.5
* Version: 5.1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
* Copyright (C) 1999-2003 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"),
@@ -25,7 +24,7 @@


#ifndef ATTRIB_H
#define ATTRIB_h
#define ATTRIB_H


#include "mtypes.h"

Loading…
Cancel
Save