lib files are building
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "../../libthecore/include/stdafx.h"
|
||||
#include "libthecore/stdafx.h"
|
||||
#include "attribute.h"
|
||||
|
||||
#define SET_BIT(var,bit) ((var) |= (bit))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "../../libthecore/include/memcpy.h"
|
||||
#include "../../common/stl.h"
|
||||
#include "libthecore/memcpy.h"
|
||||
#include "common/stl.h"
|
||||
#include "grid.h"
|
||||
#include <algorithm>
|
||||
CGrid::CGrid(int w, int h) : m_iWidth(w), m_iHeight(h)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../../libthecore/include/stdafx.h"
|
||||
#include "libthecore/stdafx.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "targa.h"
|
||||
|
||||
Reference in New Issue
Block a user