public
Description: A Cocoa framework version of Tokyo Dystopia
Homepage:
Clone URL: git://github.com/psychs/cocoadystopia.git
name age message
file .gitignore Fri Oct 02 02:13:46 -0700 2009 initial commit [psychs]
file Info.plist Fri Oct 02 02:13:46 -0700 2009 initial commit [psychs]
directory Others/ Fri Oct 02 02:13:46 -0700 2009 initial commit [psychs]
file README Fri Oct 02 02:30:01 -0700 2009 updated README [psychs]
directory TokyoDystopia.xcodeproj/ Fri Oct 02 02:13:46 -0700 2009 initial commit [psychs]
directory tokyocabinet/ Fri Oct 02 02:13:46 -0700 2009 initial commit [psychs]
directory tokyodystopia/ Fri Oct 02 02:13:46 -0700 2009 initial commit [psychs]
README
* What is CocoaDystopia

A Cocoa framework version of Tokyo Dystopia.

* How to use

This framework doesn't wrap Tokyo Dystopia. Use C API directly.
Note that you need to import headers like below.

#import <TokyoDystopia/dystopia.h>
#import <stdlib.h>
#import <stdbool.h>
#import <stdint.h>