comparison Overlays.cpp @ 35:7022d20db19f

Слияние
author Ritor1
date Tue, 16 Oct 2012 09:10:55 +0600
parents 93bf1d5f6a6d
children 916bec351934
comparison
equal deleted inserted replaced
34:77da38f82079 35:7022d20db19f
15 15
16 16
17 17
18 18
19 19
20 struct OtherOverlayList *pOtherOverlayList; // idb 20 struct OtherOverlayList *pOtherOverlayList = new OtherOverlayList; // idb
21 struct OverlayList *pOverlayList; 21 struct OverlayList *pOverlayList = new OverlayList;
22 22
23 23
24 24
25 25
26 26