Open main menu

Difference between revisions of "HOWTO-Backends"

3 bytes removed ,  21:53, 3 April 2006
m
typo
(Fix main() example)
m (typo)
Line 28: Line 28:
==== Example of minimal main() ====
==== Example of minimal main() ====
   int main(int argc, char *argv[]) {
   int main(int argc, char *argv[]) {
       g_system = OSystem_Foobar_create();
       g_system = new OSystem_Foobar();
       assert(g_system);
       assert(g_system);