View of /trunk/IdealistViewer/Application/TextureExtended.cs
Parent Directory
|
Revision Log
Revision 41 -
(download)
(annotate)
Sat Nov 1 04:38:28 2008 UTC (4 years, 7 months ago) by teravus
File size: 296 byte(s)
Sat Nov 1 04:38:28 2008 UTC (4 years, 7 months ago) by teravus
File size: 296 byte(s)
* Updates IrrlichtNETCP to 0.9 * Updates Irrlicht SDK to 1.4.1 * Will update libs next.
using System;
using System.Collections.Generic;
using System.Text;
using IrrlichtNETCP;
namespace IdealistViewer
{
public class TextureExtended : Texture
{
public object Userdata = null;
public TextureExtended(IntPtr raw) : base(raw)
{
}
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

