fixed names
svn-id: r4854
This commit is contained in:
parent
0ad222a7ad
commit
b169ef13e3
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <stdafx.h>
|
||||
#include "Chunk.h"
|
||||
#include "chunk.h"
|
||||
|
||||
#include <stdio.h> // for FILE, fopen, fclose, fseek and ftell
|
||||
#include <string.h> // for memcpy
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef CHUNK_TYPE_H
|
||||
#define CHUNK_TYPE_H
|
||||
|
||||
#include "Chunk.h"
|
||||
#include "chunk.h"
|
||||
|
||||
#define MAKE_TYPE(a,b,c,d) (Chunk::type)( ((a) << 24) | ((b) << 16) | ((c) << 8) | (d) )
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "renderer.h"
|
||||
#include "channel.h"
|
||||
#include "Chunk_type.h"
|
||||
#include "chunk_type.h"
|
||||
#include "rect.h"
|
||||
#include "blitter.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue