Changeset b53c6b3 in network-game for client/Client


Ignore:
Timestamp:
Dec 3, 2012, 1:18:53 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
1a1aebd, 3b1efcc
Parents:
cbc595d
git-author:
dportnoy <dmp1488@…> (12/03/12 13:17:58)
git-committer:
dportnoy <dmp1488@…> (12/03/12 13:18:53)
Message:

Capitalized the filenames in common/*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    rcbc595d rb53c6b3  
    1 #include "../../common/compiler.h"
    2 
    31#if defined WINDOWS
    42   #include <winsock2.h>
     
    2321#include <allegro5/allegro_ttf.h>
    2422
    25 #include "../../common/message.h"
     23#include "../../common/Compiler.h"
     24#include "../../common/Message.h"
    2625
    2726#include "Window.h"
Note: See TracChangeset for help on using the changeset viewer.