Ignore:
Timestamp:
Mar 2, 2008, 3:03:36 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Add licensing terms to most C / C++ files (Ref #5).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/glread.cpp

    r17 r56  
     1/*
     2 *  Abuse - dark 2D side-scrolling platform game
     3 *  Copyright (c) 1995 Crack dot Com
     4 *
     5 *  This software was released into the Public Domain. As with most public
     6 *  domain software, no warranty is made or implied by Crack dot Com or
     7 *  Jonathan Clark.
     8 */
     9
     10#include "config.h"
     11
     12#include <stdio.h>
     13
    114#include "macs.hpp"
    215#include "image.hpp"
     
    417#include "video.hpp"
    518#include "system.h"
    6 #include <stdio.h>
    719
    820image *read_glfont(char *fn)
Note: See TracChangeset for help on using the changeset viewer.