//
//  HiDefGraphicsDevice.h
//  XNI
//
//  Created by Matej Jan on 27.7.10.
//  Copyright 2010 Retronator. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "GraphicsDevice.h"

@interface HiDefGraphicsDevice : GraphicsDevice {

}

@end